|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IListContainerImplementation
The Interface IListContainerImplementation.
Method Summary | |
---|---|
void |
addSubItem(int index,
QuadContentItem item)
Adds the sub item. |
void |
addSubItem(QuadContentItem item)
Adds the sub item. |
void |
addSubMenu(SimpleButton menuButton,
ListContainer listContainer)
Adds the sub menu. |
void |
removeItem(QuadContentItem item)
Removes the item. |
void |
setAutoFitSize(boolean isAutoFitSize)
Sets the auto fit size. |
void |
setHorizontal(boolean horizontal)
Sets the horizontal. |
void |
setLineSpace(int lineSpace)
Sets the line space. |
void |
setSpaceToBottom(int spaceToBottom)
Sets the space to bottom. |
void |
setSpaceToSide(int spaceToSide)
Sets the space to side. |
void |
setSpaceToTop(int spaceToTop)
Sets the space to top. |
void |
updateVisibility()
Update visibility. |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IWindowImplementation |
---|
getBackgroundFrame, setHeight, setWidth |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IOrthoContainerImplementation |
---|
addSubItem, detachSubItem, getNode, removeSubItem, updateOrder |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation |
---|
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
Method Detail |
---|
void addSubItem(int index, QuadContentItem item)
index
- the indexitem
- the itemvoid addSubItem(QuadContentItem item)
item
- the itemvoid addSubMenu(SimpleButton menuButton, ListContainer listContainer)
menuButton
- the menu buttonlistContainer
- the list containervoid removeItem(QuadContentItem item)
item
- the itemvoid setAutoFitSize(boolean isAutoFitSize)
isAutoFitSize
- the new auto fit sizevoid setHorizontal(boolean horizontal)
horizontal
- the new horizontalvoid setLineSpace(int lineSpace)
lineSpace
- the new line spacevoid setSpaceToBottom(int spaceToBottom)
spaceToBottom
- the new space to bottomvoid setSpaceToSide(int spaceToSide)
spaceToSide
- the new space to sidevoid setSpaceToTop(int spaceToTop)
spaceToTop
- the new space to topvoid updateVisibility()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |