|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.contentsystem.items.DropDownList.DropDownListItem
public class DropDownList.DropDownListItem
The Class DropDownListItem.
Constructor Summary | |
---|---|
DropDownList.DropDownListItem(java.lang.String title,
java.lang.String value)
Instantiates a new drop down list item. |
|
DropDownList.DropDownListItem(java.net.URL imageResource,
int width,
int height,
java.lang.String value)
Instantiates a new drop down list item. |
|
DropDownList.DropDownListItem(java.net.URL imageResource,
java.lang.String value)
Instantiates a new drop down list item. |
Method Summary | |
---|---|
java.net.URL |
getImageResource()
Gets the image resource. |
SimpleButton |
getItemButton()
Gets the item button. |
java.lang.String |
getTitle()
Gets the title. |
java.lang.String |
getValue()
Gets the value. |
void |
setItemButton(SimpleButton itemButton)
Sets the item button. |
void |
setTitle(java.lang.String title)
Sets the title. |
void |
setValue(java.lang.String value)
Sets the value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DropDownList.DropDownListItem(java.lang.String title, java.lang.String value)
title
- the titlevalue
- the valuepublic DropDownList.DropDownListItem(java.net.URL imageResource, int width, int height, java.lang.String value)
imageResource
- the image resourcewidth
- the widthheight
- the heightvalue
- the valuepublic DropDownList.DropDownListItem(java.net.URL imageResource, java.lang.String value)
imageResource
- the image resourcevalue
- the valueMethod Detail |
---|
public java.net.URL getImageResource()
public SimpleButton getItemButton()
public java.lang.String getTitle()
public java.lang.String getValue()
public void setItemButton(SimpleButton itemButton)
itemButton
- the new item buttonpublic void setTitle(java.lang.String title)
title
- the new titlepublic void setValue(java.lang.String value)
value
- the new value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |