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
|
D2WContextClassArray, log
_CLASS
Constructor and Description |
---|
ERMDDefaultCSSAssignment(EOKeyValueUnarchiver u)
Public constructor
|
ERMDDefaultCSSAssignment(String key,
Object value)
Public constructor
|
Modifier and Type | Method and Description |
---|---|
String |
classForAttributeColumn(com.webobjects.directtoweb.D2WContext c) |
String |
classForAttributeRepetition(com.webobjects.directtoweb.D2WContext c) |
Object |
classForAttributeRepetitionWrapper(com.webobjects.directtoweb.D2WContext c)
Obtains a class for the attribute repetition wrapper based on the baseClassForAttributeRepetitionWrapper
|
String |
classForAttributeValue(com.webobjects.directtoweb.D2WContext c) |
String |
classForBanner(com.webobjects.directtoweb.D2WContext c) |
String |
classForBottomActionBlock(com.webobjects.directtoweb.D2WContext c) |
String |
classForBottomBatchSize(com.webobjects.directtoweb.D2WContext c) |
String |
classForBottomNavBar(com.webobjects.directtoweb.D2WContext c) |
String |
classForConfirmBlock(com.webobjects.directtoweb.D2WContext c) |
String |
classForEmbeddedCreateBlock(com.webobjects.directtoweb.D2WContext c) |
String |
classForEmbeddedEditBlock(com.webobjects.directtoweb.D2WContext c) |
String |
classForEmbeddedInspectBlock(com.webobjects.directtoweb.D2WContext c) |
String |
classForEmbeddedListBlock(com.webobjects.directtoweb.D2WContext c) |
String |
classForEmbeddedQueryBlock(com.webobjects.directtoweb.D2WContext c) |
String |
classForEmptyLabelSpan(com.webobjects.directtoweb.D2WContext c) |
String |
classForErrorBlock(com.webobjects.directtoweb.D2WContext c) |
String |
classForHeader(com.webobjects.directtoweb.D2WContext c) |
String |
classForInnerWrapper(com.webobjects.directtoweb.D2WContext c) |
String |
classForLabelSpan(com.webobjects.directtoweb.D2WContext c) |
String |
classForObjectTable(com.webobjects.directtoweb.D2WContext c) |
String |
classForObjectTableHeader(com.webobjects.directtoweb.D2WContext c) |
String |
classForSection(com.webobjects.directtoweb.D2WContext c) |
String |
classForTopActionBlock(com.webobjects.directtoweb.D2WContext c) |
String |
classForTopBatchSize(com.webobjects.directtoweb.D2WContext c) |
String |
classForTopNavBar(com.webobjects.directtoweb.D2WContext c) |
String |
classForWrapper(com.webobjects.directtoweb.D2WContext c) |
String |
cssClassBuilder(com.webobjects.directtoweb.D2WContext c,
String base,
String root)
Builds a css class for page elements based on the supplied base and root.
|
String |
cssClassBuilderFromBaseName(com.webobjects.directtoweb.D2WContext c,
String baseName,
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
|
String |
cssClassForPropertyKey(String key)
Cleans the propertyKey, removing "." and capitalizing key path components
|
static Object |
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver eokeyvalueunarchiver)
Static constructor required by the EOKeyValueUnarchiver
interface.
|
NSArray |
dependentKeys(String keyPath)
Implementation of the
ERDComputingAssignmentInterface . |
String |
idForMainBusyIndicator(com.webobjects.directtoweb.D2WContext c) |
String |
idForMainContainer(com.webobjects.directtoweb.D2WContext c) |
String |
idForPageConfiguration(com.webobjects.directtoweb.D2WContext c) |
String |
idForPageTabContainer(com.webobjects.directtoweb.D2WContext c) |
String |
idForParentMainContainer(com.webobjects.directtoweb.D2WContext c) |
String |
idForParentPageConfiguration(com.webobjects.directtoweb.D2WContext c) |
String |
idForPropertyContainer(com.webobjects.directtoweb.D2WContext c) |
String |
idForRepetitionContainer(com.webobjects.directtoweb.D2WContext c) |
String |
pageConfigAppender(com.webobjects.directtoweb.D2WContext c,
String base,
String suffix)
Appends the pageConfiguration if it exists to a supplied base and suffix
|
String |
pageType(com.webobjects.directtoweb.D2WContext c)
Builds a css friendly name for the page task.
|
booleanContextValueForKey, fire, keyForMethodLookup, localizedTemplateStringForKeyInContext, localizedValueForKeyInContext, localizedValueForKeyWithDefaultInContext, localizerForContext, logDeprecatedMessage
protected static final NSDictionary keys
public ERMDDefaultCSSAssignment(EOKeyValueUnarchiver u)
u
- key-value unarchiver used when unarchiving
from rule files.public NSArray dependentKeys(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 Object decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver eokeyvalueunarchiver)
eokeyvalueunarchiver
- to be unarchivedpublic Object classForAttributeRepetitionWrapper(com.webobjects.directtoweb.D2WContext c)
public String classForAttributeRepetition(com.webobjects.directtoweb.D2WContext c)
public String classForLabelSpan(com.webobjects.directtoweb.D2WContext c)
public String classForEmptyLabelSpan(com.webobjects.directtoweb.D2WContext c)
public String classForAttributeValue(com.webobjects.directtoweb.D2WContext c)
public String classForSection(com.webobjects.directtoweb.D2WContext c)
public String classForHeader(com.webobjects.directtoweb.D2WContext c)
public String classForBanner(com.webobjects.directtoweb.D2WContext c)
public String classForTopActionBlock(com.webobjects.directtoweb.D2WContext c)
public String classForBottomActionBlock(com.webobjects.directtoweb.D2WContext c)
public String classForConfirmBlock(com.webobjects.directtoweb.D2WContext c)
public String classForErrorBlock(com.webobjects.directtoweb.D2WContext c)
public String classForTopNavBar(com.webobjects.directtoweb.D2WContext c)
public String classForTopBatchSize(com.webobjects.directtoweb.D2WContext c)
public String classForBottomNavBar(com.webobjects.directtoweb.D2WContext c)
public String classForBottomBatchSize(com.webobjects.directtoweb.D2WContext c)
public String classForWrapper(com.webobjects.directtoweb.D2WContext c)
public String classForInnerWrapper(com.webobjects.directtoweb.D2WContext c)
public String classForObjectTable(com.webobjects.directtoweb.D2WContext c)
public String classForObjectTableHeader(com.webobjects.directtoweb.D2WContext c)
public String classForAttributeColumn(com.webobjects.directtoweb.D2WContext c)
public String classForEmbeddedQueryBlock(com.webobjects.directtoweb.D2WContext c)
public String classForEmbeddedListBlock(com.webobjects.directtoweb.D2WContext c)
public String classForEmbeddedInspectBlock(com.webobjects.directtoweb.D2WContext c)
public String classForEmbeddedCreateBlock(com.webobjects.directtoweb.D2WContext c)
public String classForEmbeddedEditBlock(com.webobjects.directtoweb.D2WContext c)
public String idForMainContainer(com.webobjects.directtoweb.D2WContext c)
public String idForRepetitionContainer(com.webobjects.directtoweb.D2WContext c)
public String idForPageTabContainer(com.webobjects.directtoweb.D2WContext c)
public String idForPropertyContainer(com.webobjects.directtoweb.D2WContext c)
public String idForParentMainContainer(com.webobjects.directtoweb.D2WContext c)
public String idForParentPageConfiguration(com.webobjects.directtoweb.D2WContext c)
public String idForPageConfiguration(com.webobjects.directtoweb.D2WContext c)
public String idForMainBusyIndicator(com.webobjects.directtoweb.D2WContext c)
public String pageType(com.webobjects.directtoweb.D2WContext c)
public String cssClassBuilderFromBaseName(com.webobjects.directtoweb.D2WContext c, String baseName, String rootName)
c
- baseName
- rootName
- public String cssClassBuilder(com.webobjects.directtoweb.D2WContext c, String base, String root)
c
- base
- root
- public String pageConfigAppender(com.webobjects.directtoweb.D2WContext c, String base, String suffix)
c
- base
- suffix
- Copyright © 2002 – 2024 Project Wonder.