|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xulux.gui.XuluxWidget org.xulux.gui.XuluxCombo org.xulux.guilayer.swing.widgets.Combo
public class Combo
The swing combo widget.
Nested Class Summary | |
---|---|
class |
Combo.FocusEventListener
This is a hack to get a focusevent for the combobox. |
Field Summary |
---|
Fields inherited from class org.xulux.gui.XuluxCombo |
---|
content, contentChanged, log, notSelectedValue, notSelectedValueSet, settingValue |
Fields inherited from class org.xulux.gui.XuluxWidget |
---|
initialized, initializing, isRefreshing, previousValue, properties, value, visible |
Constructor Summary | |
---|---|
Combo(java.lang.String name)
Constructor for NyxCombo. |
Method Summary | |
---|---|
boolean |
canContainValue()
|
void |
contentChanged()
|
void |
destroy()
|
void |
focus()
|
java.lang.Object |
getGuiValue()
|
DefaultComboModel |
getModel()
|
java.lang.Object |
getNativeWidget()
|
void |
initialize()
|
boolean |
isValueEmpty()
|
void |
refresh()
|
Methods inherited from class org.xulux.gui.XuluxCombo |
---|
clear, getContent, getNotSelectedValue, getValue, getWidgetInitializer, initializeContent, initializeNotSelectedValue, setContent, setLazyValue, setNotSelectedValue, setProperty, setValue, setValue |
Methods inherited from class org.xulux.gui.XuluxWidget |
---|
addChildWidget, addDependency, addPropertyHandler, addPropertyHandler, addXuluxListener, canBeRootWidget, canContainChildren, equals, getChildWidgets, getDependencies, getField, getName, getParent, getPart, getPrefix, getPreviousValue, getProperties, getProperty, getPropertyHandler, getPropertyHandlers, getProvider, getRealProperty, getRealValue, getRectangle, getRules, getWidgetType, handleProperties, handleProperty, hasDependencies, ignoreLayout, ignoreUse, isEnabled, isImmidiate, isInitializing, isRefreshing, isRequired, isRootWidget, isSkip, isUseIgnored, isValidValue, isVisible, notifyListeners, processDestroy, processInit, processNativeWidget, registerRule, removeAllRules, setAutoRefresh, setContainerWidgetHandler, setEnabled, setField, setImmidiate, setLazyProperty, setName, setParent, setPart, setPosition, setPrefix, setProvider, setRequired, setRootWidget, setSize, setSkip, setValidValue, setVisible, setWidgetInitializer, setWidgetType, toString, updateWidget |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Combo(java.lang.String name)
name
- the name of the comboMethod Detail |
---|
public java.lang.Object getNativeWidget()
getNativeWidget
in interface org.xulux.api.gui.IWidget
getNativeWidget
in class org.xulux.gui.XuluxCombo
IWidget.getNativeWidget()
public void destroy()
destroy
in interface org.xulux.api.gui.IWidget
destroy
in class org.xulux.gui.XuluxCombo
IWidget.destroy()
public void initialize()
initialize
in interface org.xulux.api.gui.IWidget
initialize
in class org.xulux.gui.XuluxCombo
IWidget.initialize()
public void refresh()
refresh
in interface org.xulux.api.gui.IWidget
refresh
in class org.xulux.gui.XuluxCombo
IWidget.refresh()
public void focus()
focus
in interface org.xulux.api.gui.IWidget
focus
in class org.xulux.gui.XuluxCombo
IWidget.focus()
public java.lang.Object getGuiValue()
getGuiValue
in interface org.xulux.api.gui.IWidget
getGuiValue
in class org.xulux.gui.XuluxCombo
IWidget.getGuiValue()
public boolean canContainValue()
canContainValue
in interface org.xulux.api.gui.IWidget
canContainValue
in class org.xulux.gui.XuluxCombo
IWidget.canContainValue()
public boolean isValueEmpty()
isValueEmpty
in interface org.xulux.api.gui.IWidget
isValueEmpty
in class org.xulux.gui.XuluxCombo
IWidget.isValueEmpty()
public void contentChanged()
IContentWidget.contentChanged()
public DefaultComboModel getModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |