Class TILEDAREABinding
java.lang.Object
org.eclnt.jsfserver.elements.impl.TILEDAREABinding
- All Implemented Interfaces:
Serializable,IDynamicContentBindingObject
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddNewColumn(int newColumnIndex) voidAdds a tile to the TILEDAREA.voidAdds a tile to the TILEDAREA.voidbooleanIf set to true then only the title area of the contained FOLDABLE-areas is drag-able.Get the current layout of tiles.getTiles()protected voidprotected voidvoidonDropAction(ActionEvent event) protected voidprotected voidprotected voidrender()voidvoidsetDragTitleOnly(boolean dragTitleOnly) voidsetLayout(TILEDAREAInfo value) voidsetObjectbinding(String objectbinding) Internal usage only.voidsetPersistid(String value) voidsetPersistor(TILEDAREABinding.IPersist persistor)
-
Constructor Details
-
TILEDAREABinding
public TILEDAREABinding()
-
-
Method Details
-
getTiles
-
getContent
-
getPersistor
-
setPersistor
-
getDragTitleOnly
public boolean getDragTitleOnly()If set to true then only the title area of the contained FOLDABLE-areas is drag-able. Otherwise the dragging can be done within the whole FOLDABLE- area. -
setDragTitleOnly
public void setDragTitleOnly(boolean dragTitleOnly) -
addTile
Adds a tile to the TILEDAREA. After having added all tiles you need to call#importTILEDAREAInfo(TILEDAREAInfo)in order to render the arrangement of tiles in a predefined style. -
addTile
Adds a tile to the TILEDAREA. After having added all tiles you need to call#importTILEDAREAInfo(TILEDAREAInfo)in order to render the arrangement of tiles in a predefined style. -
clearTiles
public void clearTiles() -
getLayout
Get the current layout of tiles. -
setLayout
-
setObjectbinding
Internal usage only. -
rerenderIfNoLayout
public void rerenderIfNoLayout() -
getPersistid
-
setPersistid
-
onDropAction
-
addNewColumn
protected void addNewColumn(int newColumnIndex) -
moveTile
-
removeEmptyColumns
protected void removeEmptyColumns() -
render
protected void render() -
loadLayout
protected void loadLayout() -
persistLayout
protected void persistLayout()
-