|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDropDownListImplementation
The Interface IDropDownListImplementation.
Method Summary | |
---|---|
void |
addDropDownListListener(DropDownList.DropDownListListener listener)
Adds the drop down list listener. |
void |
addListItem(DropDownList.DropDownListItem item)
Adds the list item. |
void |
removeDropDownListListener(DropDownList.DropDownListListener listener)
Removes the drop down list listener. |
void |
removeDropDownListListeners()
Removes the drop down list listeners. |
void |
removeItem(DropDownList.DropDownListItem item)
Removes the item. |
void |
setLineSpace(int lineSpace)
Sets the line space. |
void |
setSelectedItem(DropDownList.DropDownListItem selectedItem)
Sets the selected item. |
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 addDropDownListListener(DropDownList.DropDownListListener listener)
listener
- the listenervoid addListItem(DropDownList.DropDownListItem item)
item
- the itemvoid removeDropDownListListener(DropDownList.DropDownListListener listener)
listener
- the listenervoid removeDropDownListListeners()
void removeItem(DropDownList.DropDownListItem item)
item
- the itemvoid setLineSpace(int lineSpace)
lineSpace
- the new line spacevoid setSelectedItem(DropDownList.DropDownListItem selectedItem)
selectedItem
- the new selected item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |