|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.ui.core.Widget
qx.ui.core.Parent
qx.ui.layout.BoxLayout
qx.ui.pageview.AbstractPageView
qx.ui.pageview.tabview.TabView
public class TabView
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
TabView()
|
Method Summary | |
---|---|
void |
_applyAlignTabsToLeft(java.lang.Object value,
java.lang.Object old)
|
void |
_applyPlaceBarOnTop(java.lang.Object value,
java.lang.Object old)
|
boolean |
getAlignTabsToLeft()
Returns the (computed) value of the property alignTabsToLeft . |
boolean |
getPlaceBarOnTop()
Returns the (computed) value of the property placeBarOnTop . |
void |
initAlignTabsToLeft(boolean arg)
Calls the apply method and dispatches the change event of the property alignTabsToLeft
with the default value defined by the class developer. |
void |
initPlaceBarOnTop(boolean arg)
Calls the apply method and dispatches the change event of the property placeBarOnTop
with the default value defined by the class developer. |
boolean |
isAlignTabsToLeft()
Check whether the (computed) value of the boolean property alignTabsToLeft equals true . |
boolean |
isPlaceBarOnTop()
Check whether the (computed) value of the boolean property placeBarOnTop equals true . |
void |
resetAlignTabsToLeft()
Resets the user value of the property alignTabsToLeft . |
void |
resetPlaceBarOnTop()
Resets the user value of the property placeBarOnTop . |
void |
setAlignTabsToLeft(boolean arg)
Sets the user value of the property alignTabsToLeft . |
void |
setPlaceBarOnTop(boolean arg)
Sets the user value of the property placeBarOnTop . |
boolean |
toggleAlignTabsToLeft()
Toggles the (computed) value of the boolean property alignTabsToLeft . |
boolean |
togglePlaceBarOnTop()
Toggles the (computed) value of the boolean property placeBarOnTop . |
Methods inherited from class qx.ui.pageview.AbstractPageView |
---|
getBar, getPane |
Methods inherited from class qx.core.Target |
---|
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TabView()
Method Detail |
---|
public void _applyAlignTabsToLeft(java.lang.Object value, java.lang.Object old)
public void _applyPlaceBarOnTop(java.lang.Object value, java.lang.Object old)
public boolean getAlignTabsToLeft()
Returns the (computed) value of the property alignTabsToLeft
.
For further details take a look at the property definition: alignTabsToLeft
.
public boolean getPlaceBarOnTop()
Returns the (computed) value of the property placeBarOnTop
.
For further details take a look at the property definition: placeBarOnTop
.
public void initAlignTabsToLeft(boolean arg)
Calls the apply method and dispatches the change event of the property alignTabsToLeft
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: alignTabsToLeft
.
public void initPlaceBarOnTop(boolean arg)
Calls the apply method and dispatches the change event of the property placeBarOnTop
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: placeBarOnTop
.
public boolean isAlignTabsToLeft()
Check whether the (computed) value of the boolean property alignTabsToLeft
equals true
.
For further details take a look at the property definition: alignTabsToLeft
.
public boolean isPlaceBarOnTop()
Check whether the (computed) value of the boolean property placeBarOnTop
equals true
.
For further details take a look at the property definition: placeBarOnTop
.
public void resetAlignTabsToLeft()
Resets the user value of the property alignTabsToLeft
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: alignTabsToLeft
.
public void resetPlaceBarOnTop()
Resets the user value of the property placeBarOnTop
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: placeBarOnTop
.
public void setAlignTabsToLeft(boolean arg)
Sets the user value of the property alignTabsToLeft
.
For further details take a look at the property definition: alignTabsToLeft
.
public void setPlaceBarOnTop(boolean arg)
Sets the user value of the property placeBarOnTop
.
For further details take a look at the property definition: placeBarOnTop
.
public boolean toggleAlignTabsToLeft()
Toggles the (computed) value of the boolean property alignTabsToLeft
.
For further details take a look at the property definition: alignTabsToLeft
.
public boolean togglePlaceBarOnTop()
Toggles the (computed) value of the boolean property placeBarOnTop
.
For further details take a look at the property definition: placeBarOnTop
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |