|
Project Wonder 5.0.0.8787 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webobjects.appserver.WOElement
com.webobjects.appserver.WODynamicElement
com.webobjects.appserver._private.WODynamicGroup
com.webobjects.appserver._private.WOHTMLDynamicElement
com.webobjects.appserver._private.WOGenericElement
com.webobjects.appserver._private.WOGenericContainer
er.extensions.components.ERXStyledContainer
public class ERXStyledContainer
Same as a WOGenericContainer, except that you can add individual style attributes by
supplying style.background-color="red" bindings. This is sometimes preferable to
putting all the styles in code.
If a normal style attribute is present, its value will be prepended. You can also
define a background-image and a style.background-image.type (mime type of the image in case it is an NSData).
Some fixing will be done for you, like you can give a style.unit which will be applied to all bindings
that evalutate to a number. If none is supplied, "px" is appended to make size definitions settable via plain numerical bindings.
| Field Summary |
|---|
| Fields inherited from class com.webobjects.appserver._private.WOGenericElement |
|---|
_elementId |
| Fields inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement |
|---|
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _id, _prefix, _rendered, _secure, _suffix, _title, DontEscapeHTML, EscapeHTML |
| Fields inherited from class com.webobjects.appserver._private.WODynamicGroup |
|---|
_children |
| Fields inherited from class com.webobjects.appserver.WODynamicElement |
|---|
_ConstructorParameters |
| Constructor Summary | |
|---|---|
ERXStyledContainer(String name,
NSDictionary associations,
WOElement template)
|
|
| Method Summary | |
|---|---|
void |
appendAttributesToResponse(WOResponse woresponse,
WOContext wocontext)
|
| Methods inherited from class com.webobjects.appserver._private.WOGenericContainer |
|---|
appendToResponse, hasContent, invokeAction, takeValuesFromRequest |
| Methods inherited from class com.webobjects.appserver._private.WOGenericElement |
|---|
_elementNameInContext, toString |
| Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement |
|---|
__otherQueryDictionaryInContext, __queryDictionaryInContext, _appendAttributesFromAssociationsToResponse, _appendClassAndIdToResponse, _appendCloseTagToResponse, _appendOpenTagToResponse, _appendTagAttributeAndValueToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendHiddenFieldToResponse, appendNonURLAttributesToResponse, appendURLAttributesToResponse, classInContext, computeActionStringInContext, computeQueryDictionaryInContext, constantAttributeAssociations, constantAttributesRepresentation, elementName, escapeHTML, idInContext, isRenderedInContext, nonUrlAttributeAssociations, prefixInContext, secureInContext, stringValueInContext, styleInContext, suffixInContext, titleInContext, urlAttributeAssociations |
| Methods inherited from class com.webobjects.appserver._private.WODynamicGroup |
|---|
addChildElement, appendChildrenToResponse, childrenElements, EmptyGroup, hasChildrenElements, invokeChildrenAction, takeChildrenValuesFromRequest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ERXStyledContainer(String name,
NSDictionary associations,
WOElement template)
| Method Detail |
|---|
public void appendAttributesToResponse(WOResponse woresponse,
WOContext wocontext)
appendAttributesToResponse in class com.webobjects.appserver._private.WOGenericElement
|
Last updated: Wed, Jan 7, 2009 04:35 AM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||