|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webobjects.directtoweb.Assignment
er.directtoweb.assignments.ERDAssignment
er.modern.directtoweb.assignments.defaults.ERMDDefaultCSSAssignment
public class ERMDDefaultCSSAssignment
Assignment class to generate the default CSS class and id values used by the ERModernLook.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.webobjects.eocontrol.EOKeyValueArchiving |
---|
com.webobjects.eocontrol.EOKeyValueArchiving._NullValueSupport, com.webobjects.eocontrol.EOKeyValueArchiving._NumberSupport, com.webobjects.eocontrol.EOKeyValueArchiving._TimestampSupport, com.webobjects.eocontrol.EOKeyValueArchiving.Awaking, com.webobjects.eocontrol.EOKeyValueArchiving.FinishInitialization, com.webobjects.eocontrol.EOKeyValueArchiving.Support |
Field Summary | |
---|---|
protected static com.webobjects.foundation.NSDictionary |
keys
holds the array of keys this assignment depends upon |
static org.apache.log4j.Logger |
log
logging support |
Fields inherited from class er.directtoweb.assignments.ERDAssignment |
---|
D2WContextClassArray |
Fields inherited from class com.webobjects.directtoweb.Assignment |
---|
KeyPathKey, ValueKey |
Fields inherited from interface com.webobjects.eocontrol.EOKeyValueArchiving |
---|
_CLASS |
Constructor Summary | |
---|---|
ERMDDefaultCSSAssignment(com.webobjects.eocontrol.EOKeyValueUnarchiver u)
Public constructor |
|
ERMDDefaultCSSAssignment(java.lang.String key,
java.lang.Object value)
Public constructor |
Method Summary | |
---|---|
java.lang.String |
classForAttributeColumn(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForAttributeRepetition(com.webobjects.directtoweb.D2WContext c)
|
java.lang.Object |
classForAttributeRepetitionWrapper(com.webobjects.directtoweb.D2WContext c)
Obtains a class for the attribute repetition wrapper based on the baseClassForAttributeRepetitionWrapper |
java.lang.String |
classForAttributeValue(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForBanner(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForBottomActionBlock(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForBottomBatchSize(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForBottomNavBar(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForConfirmBlock(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForEmbeddedCreateBlock(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForEmbeddedEditBlock(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForEmbeddedInspectBlock(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForEmbeddedListBlock(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForEmbeddedQueryBlock(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForEmptyLabelSpan(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForErrorBlock(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForHeader(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForInnerWrapper(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForLabelSpan(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForObjectTable(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForObjectTableHeader(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForSection(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForTopActionBlock(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForTopBatchSize(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForTopNavBar(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
classForWrapper(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
cssClassBuilder(com.webobjects.directtoweb.D2WContext c,
java.lang.String base,
java.lang.String root)
Builds a css class for page elements based on the supplied base and root. |
java.lang.String |
cssClassBuilderFromBaseName(com.webobjects.directtoweb.D2WContext c,
java.lang.String baseName,
java.lang.String rootName)
Builds a css class for a page element Looks up the css base and root using the supplied baseName and rootName from the rules Depends on pageConfiguration, parentPageConfiguration, and task |
static java.lang.Object |
decodeWithKeyValueUnarchiver(com.webobjects.eocontrol.EOKeyValueUnarchiver eokeyvalueunarchiver)
Static constructor required by the EOKeyValueUnarchiver interface. |
com.webobjects.foundation.NSArray |
dependentKeys(java.lang.String keyPath)
Implementation of the ERDComputingAssignmentInterface . |
java.lang.String |
idForMainBusyIndicator(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
idForMainContainer(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
idForPageConfiguration(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
idForPageTabContainer(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
idForParentMainContainer(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
idForParentPageConfiguration(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
idForPropertyContainer(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
idForRepetitionContainer(com.webobjects.directtoweb.D2WContext c)
|
java.lang.String |
pageConfigAppender(com.webobjects.directtoweb.D2WContext c,
java.lang.String base,
java.lang.String suffix)
Appends the pageConfiguration if it exists to a supplied base and suffix |
java.lang.String |
pageType(com.webobjects.directtoweb.D2WContext c)
Builds a css friendly name for the page task. |
Methods inherited from class er.directtoweb.assignments.ERDAssignment |
---|
booleanContextValueForKey, fire, keyForMethodLookup, localizedTemplateStringForKeyInContext, localizedValueForKeyInContext, localizedValueForKeyWithDefaultInContext, localizerForContext, logDeprecatedMessage |
Methods inherited from class com.webobjects.directtoweb.Assignment |
---|
encodeWithKeyValueArchiver, keyPath, toString, value, value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final org.apache.log4j.Logger log
protected static final com.webobjects.foundation.NSDictionary keys
Constructor Detail |
---|
public ERMDDefaultCSSAssignment(com.webobjects.eocontrol.EOKeyValueUnarchiver u)
u
- key-value unarchiver used when unarchiving
from rule files.public ERMDDefaultCSSAssignment(java.lang.String key, java.lang.Object value)
key
- context keyvalue
- of the assignmentMethod Detail |
---|
public com.webobjects.foundation.NSArray dependentKeys(java.lang.String keyPath)
ERDComputingAssignmentInterface
. This array
of keys is used when constructing the
significant keys for the passed in keyPath.
keyPath
- to compute significant keys for.
public static java.lang.Object decodeWithKeyValueUnarchiver(com.webobjects.eocontrol.EOKeyValueUnarchiver eokeyvalueunarchiver)
eokeyvalueunarchiver
- to be unarchived
public java.lang.Object classForAttributeRepetitionWrapper(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForAttributeRepetition(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForLabelSpan(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForEmptyLabelSpan(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForAttributeValue(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForSection(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForHeader(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForBanner(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForTopActionBlock(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForBottomActionBlock(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForConfirmBlock(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForErrorBlock(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForTopNavBar(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForTopBatchSize(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForBottomNavBar(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForBottomBatchSize(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForWrapper(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForInnerWrapper(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForObjectTable(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForObjectTableHeader(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForAttributeColumn(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForEmbeddedQueryBlock(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForEmbeddedListBlock(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForEmbeddedInspectBlock(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForEmbeddedCreateBlock(com.webobjects.directtoweb.D2WContext c)
public java.lang.String classForEmbeddedEditBlock(com.webobjects.directtoweb.D2WContext c)
public java.lang.String idForMainContainer(com.webobjects.directtoweb.D2WContext c)
public java.lang.String idForRepetitionContainer(com.webobjects.directtoweb.D2WContext c)
public java.lang.String idForPageTabContainer(com.webobjects.directtoweb.D2WContext c)
public java.lang.String idForPropertyContainer(com.webobjects.directtoweb.D2WContext c)
public java.lang.String idForParentMainContainer(com.webobjects.directtoweb.D2WContext c)
public java.lang.String idForParentPageConfiguration(com.webobjects.directtoweb.D2WContext c)
public java.lang.String idForPageConfiguration(com.webobjects.directtoweb.D2WContext c)
public java.lang.String idForMainBusyIndicator(com.webobjects.directtoweb.D2WContext c)
public java.lang.String pageType(com.webobjects.directtoweb.D2WContext c)
public java.lang.String cssClassBuilderFromBaseName(com.webobjects.directtoweb.D2WContext c, java.lang.String baseName, java.lang.String rootName)
c
- baseName
- rootName
-
public java.lang.String cssClassBuilder(com.webobjects.directtoweb.D2WContext c, java.lang.String base, java.lang.String root)
c
- base
- root
-
public java.lang.String pageConfigAppender(com.webobjects.directtoweb.D2WContext c, java.lang.String base, java.lang.String suffix)
c
- base
- suffix
-
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |