|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 combo| Method Detail |
|---|
public java.lang.Object getNativeWidget()
getNativeWidget in interface org.xulux.api.gui.IWidgetgetNativeWidget in class org.xulux.gui.XuluxComboIWidget.getNativeWidget()public void destroy()
destroy in interface org.xulux.api.gui.IWidgetdestroy in class org.xulux.gui.XuluxComboIWidget.destroy()public void initialize()
initialize in interface org.xulux.api.gui.IWidgetinitialize in class org.xulux.gui.XuluxComboIWidget.initialize()public void refresh()
refresh in interface org.xulux.api.gui.IWidgetrefresh in class org.xulux.gui.XuluxComboIWidget.refresh()public void focus()
focus in interface org.xulux.api.gui.IWidgetfocus in class org.xulux.gui.XuluxComboIWidget.focus()public java.lang.Object getGuiValue()
getGuiValue in interface org.xulux.api.gui.IWidgetgetGuiValue in class org.xulux.gui.XuluxComboIWidget.getGuiValue()public boolean canContainValue()
canContainValue in interface org.xulux.api.gui.IWidgetcanContainValue in class org.xulux.gui.XuluxComboIWidget.canContainValue()public boolean isValueEmpty()
isValueEmpty in interface org.xulux.api.gui.IWidgetisValueEmpty in class org.xulux.gui.XuluxComboIWidget.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 | |||||||||