|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeDataBinding
This interface defines dynamic bindings associated with an attribut's rendered data.
Method Summary | |
---|---|
java.lang.String |
getAddNewMethodBinding()
Method binding associated with the 'AddNew' functionality in case of multi-valued attributes. |
java.lang.String |
getAddSelectedItemMethodBinding()
Method binding for adding the selected items from the search results or tree. |
java.lang.String |
getAuxillaryBindingPattern()
Returns an auxillary binding to AttributeData for use by attribute renderers when they require more control than the simple asset data binding. |
java.lang.String |
getCreateNewMethodBinding()
Method binding for creating asset of the appropriate type. |
java.lang.String |
getDataBindingPattern()
Returns the data binding pattern associated with the attribute data. |
java.lang.String |
getMoveDownMethodBinding()
Method binding associated with the 'move down' functionality in case of multi-valued attributes. |
java.lang.String |
getMoveUpMethodBinding()
Method binding associated with the 'move up' functionality in case of multi-valued attributes. |
java.lang.String |
getPopUpSearchBinding()
Used by the search button in the pop up search results layer.(shown when the show assets button is clicked) |
java.lang.String |
getRemoteItemMethodBinding()
Method binding associated with the 'Remove item' functionality in case of multi-valued attributes. |
java.lang.String |
getShowAssetMethodBinding()
Method binding for displaying appropriate items from the search results or tree. |
java.lang.String |
getTextAreaLinksBinding()
Used by TextArea renderer to embed the appropriate asset |
Method Detail |
---|
java.lang.String getDataBindingPattern()
java.lang.String getAddNewMethodBinding()
java.lang.String getMoveUpMethodBinding()
java.lang.String getMoveDownMethodBinding()
java.lang.String getRemoteItemMethodBinding()
java.lang.String getAuxillaryBindingPattern()
java.lang.String getAddSelectedItemMethodBinding()
java.lang.String getShowAssetMethodBinding()
java.lang.String getCreateNewMethodBinding()
java.lang.String getTextAreaLinksBinding()
java.lang.String getPopUpSearchBinding()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |