public class ERMDDefaultCSSAssignment extends ERDAssignment
EOKeyValueArchiving._NullValueSupport, EOKeyValueArchiving._NumberSupport, EOKeyValueArchiving._TimestampSupport, EOKeyValueArchiving.Awaking, EOKeyValueArchiving.FinishInitialization, EOKeyValueArchiving.Support| Modifier and Type | Field and Description |
|---|---|
protected static NSDictionary |
keys
holds the array of keys this assignment depends upon
|
static org.apache.log4j.Logger |
log
logging support
|
D2WContextClassArray_CLASS| Constructor and Description |
|---|
ERMDDefaultCSSAssignment(EOKeyValueUnarchiver u)
Public constructor
|
ERMDDefaultCSSAssignment(java.lang.String key,
java.lang.Object value)
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
java.lang.String |
cssClassForPropertyKey(java.lang.String key)
Cleans the propertyKey, removing "." and capitalizing key path components
|
static java.lang.Object |
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver eokeyvalueunarchiver)
Static constructor required by the EOKeyValueUnarchiver
interface.
|
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.
|
booleanContextValueForKey, fire, keyForMethodLookup, localizedTemplateStringForKeyInContext, localizedValueForKeyInContext, localizedValueForKeyWithDefaultInContext, localizerForContext, logDeprecatedMessagepublic static final org.apache.log4j.Logger log
protected static final NSDictionary keys
public ERMDDefaultCSSAssignment(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 assignmentpublic 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(EOKeyValueUnarchiver eokeyvalueunarchiver)
eokeyvalueunarchiver - to be unarchivedpublic 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 - public java.lang.String cssClassForPropertyKey(java.lang.String key)
key - Copyright © 2002 – 2022 Project Wonder.