|
||||||||||
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.guilayer.swing.SwingWidget org.xulux.guilayer.swing.widgets.Label
public class Label
Field Summary |
---|
Fields inherited from class org.xulux.gui.XuluxWidget |
---|
initialized, initializing, isRefreshing, log, previousValue, properties, value, visible |
Constructor Summary | |
---|---|
Label(java.lang.String name)
|
Method Summary | |
---|---|
boolean |
canContainValue()
|
void |
destroy()
|
java.lang.Object |
getGuiValue()
|
java.lang.Object |
getNativeWidget()
|
java.lang.Object |
getValue()
|
void |
initialize()
|
protected void |
initializeValue()
Initializes the value. |
boolean |
isValueEmpty()
|
void |
refresh()
For now aligns to the right by default. |
void |
setValue(java.lang.Object value)
|
Methods inherited from class org.xulux.guilayer.swing.SwingWidget |
---|
focus, getWidgetInitializer |
Methods inherited from class org.xulux.gui.XuluxWidget |
---|
addChildWidget, addDependency, addPropertyHandler, addPropertyHandler, addXuluxListener, canBeRootWidget, canContainChildren, clear, 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, setProperty, 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 Label(java.lang.String name)
name
- the name of the labelMethod Detail |
---|
public void destroy()
org.xulux.nyx.gui.XuluxWidget#destroy()
public java.lang.Object getNativeWidget()
org.xulux.nyx.gui.XuluxWidget#getNativeWidget()
public void initialize()
org.xulux.nyx.gui.XuluxWidget#initialize()
public void refresh()
refresh
in interface org.xulux.api.gui.IWidget
refresh
in class org.xulux.gui.XuluxWidget
org.xulux.nyx.gui.XuluxWidget#refresh()
protected void initializeValue()
public java.lang.Object getGuiValue()
org.xulux.nyx.gui.XuluxWidget#getGuiValue()
public void setValue(java.lang.Object value)
setValue
in interface org.xulux.api.gui.IWidget
setValue
in class org.xulux.gui.XuluxWidget
org.xulux.nyx.gui.XuluxWidget#setValue(java.lang.Object)
public java.lang.Object getValue()
getValue
in interface org.xulux.api.gui.IWidget
getValue
in class org.xulux.gui.XuluxWidget
org.xulux.nyx.gui.XuluxWidget#getValue()
public boolean canContainValue()
org.xulux.nyx.gui.XuluxWidget#canContainValue()
public boolean isValueEmpty()
org.xulux.nyx.gui.XuluxWidget#isValueEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |