|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RenderDataContext
This interface abstracts the activity of managing, binding and rendering attribute data in its associated context
Method Summary | |
---|---|
Asset |
getAsset()
Gets an asset. |
AssetId |
getAssetId()
Gets the rendering attribute data asset id. |
AttributeData |
getAttributeData()
Gets a rendering attribute data. |
AttributeDef |
getAttributeDef()
Gets the rendering attribute definition. |
int |
getAttributeIndex()
Gets the rendering attribute index. |
java.lang.String |
getAttributeName()
Gets the rendering attribute name. |
Asset.AttributeType |
getAttributeType()
Gets an attribute type. |
java.util.Map<java.lang.String,java.lang.Object> |
getAuxiliaryMap()
Gets the auxiliary map for rendering attribute. |
AttributeDataBinding |
getBindingPattern()
Gets the binding pattern for rendering attribute data. |
java.lang.String |
getCSElement()
Gets a CS element. |
java.lang.String |
getCtrlStyle()
Gets the control style for rendering attribute data. |
AttributeEditor |
getEditor()
Gets the rendering attribute editor. |
java.lang.String |
getLabel()
Gets the rendering attribute label. |
java.lang.String |
getLabelStyle()
Gets the label style for rendering attribute data. |
java.lang.String |
getLocale()
Gets user locale. |
RenderModeEnum |
getRenderMode()
Gets render mode. |
java.lang.String |
getTabName()
Gets the tab name. |
boolean |
isMetaAttribute()
Indicates if the rendering attribute is meta attribute. |
Method Detail |
---|
java.lang.String getLabelStyle()
java.lang.String getCtrlStyle()
AttributeData getAttributeData()
AttributeDef getAttributeDef()
java.lang.String getAttributeName()
boolean isMetaAttribute()
AttributeDataBinding getBindingPattern()
AssetId getAssetId()
java.lang.String getLabel()
java.lang.String getTabName()
java.lang.String getLocale()
int getAttributeIndex()
RenderModeEnum getRenderMode()
AttributeEditor getEditor()
java.util.Map<java.lang.String,java.lang.Object> getAuxiliaryMap()
Asset getAsset()
Asset.AttributeType getAttributeType()
java.lang.String getCSElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |