public static class IGuiCallback.FormItem extends Object
Constructor and Description |
---|
IGuiCallback.FormItem(String label) |
IGuiCallback.FormItem(String label,
String defaultValue) |
IGuiCallback.FormItem(String label,
String defaultValue,
List<String> possibleValues) |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentValue() |
String |
getDefaultValue() |
JComponent |
getField() |
List<IGuiCallback.FormItem> |
getItems() |
String |
getLabel() |
List<String> |
getPossibleValues() |
boolean |
isPassword() |
IGuiCallback.FormItem |
password() |
void |
setCurrentValue(String currentValue) |
void |
setField(JComponent field) |
void |
setItems(List<IGuiCallback.FormItem> items) |
void |
updated() |
public IGuiCallback.FormItem(String label)
public IGuiCallback.FormItem password()
public boolean isPassword()
public String getLabel()
public String getDefaultValue()
public JComponent getField()
public void setField(JComponent field)
public void setItems(List<IGuiCallback.FormItem> items)
public List<IGuiCallback.FormItem> getItems()
public void setCurrentValue(String currentValue)
public String getCurrentValue()
public void updated()
Copyright © 2003–2015. All rights reserved.