|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.ui.core.Border
public class Border
Border implementation for qx.ui.core.Widget instances.
Constructor Summary | |
---|---|
Border()
|
|
Border(java.lang.Integer width)
|
|
Border(java.lang.Integer width,
java.lang.String style)
|
|
Border(java.lang.Integer width,
java.lang.String style,
java.lang.String color)
|
Method Summary | |
---|---|
void |
_applyColorBottom(java.lang.String value,
java.lang.String old)
Applies changes of the property value of the property colorBottom . |
void |
_applyColorInnerBottom(java.lang.String value,
java.lang.String old)
Applies changes of the property value of the property colorInnerBottom . |
void |
_applyColorInnerLeft(java.lang.String value,
java.lang.String old)
Applies changes of the property value of the property colorInnerLeft . |
void |
_applyColorInnerRight(java.lang.String value,
java.lang.String old)
Applies changes of the property value of the property colorInnerRight . |
void |
_applyColorInnerTop(java.lang.String value,
java.lang.String old)
Applies changes of the property value of the property colorInnerTop . |
void |
_applyColorLeft(java.lang.String value,
java.lang.String old)
Applies changes of the property value of the property colorLeft . |
void |
_applyColorRight(java.lang.String value,
java.lang.String old)
Applies changes of the property value of the property colorRight . |
void |
_applyColorTop(java.lang.String value,
java.lang.String old)
Applies changes of the property value of the property colorTop . |
void |
_applyStyleBottom(java.lang.Object value,
java.lang.Object old)
Applies changes of the property value of the property styleBottom . |
void |
_applyStyleLeft(java.lang.Object value,
java.lang.Object old)
Applies changes of the property value of the property styleLeft . |
void |
_applyStyleRight(java.lang.Object value,
java.lang.Object old)
Applies changes of the property value of the property styleRight . |
void |
_applyStyleTop(java.lang.Object value,
java.lang.Object old)
Applies changes of the property value of the property styleTop . |
void |
_applyWidthBottom(int value,
int old)
Applies changes of the property value of the property widthBottom . |
void |
_applyWidthLeft(int value,
int old)
Applies changes of the property value of the property widthLeft . |
void |
_applyWidthRight(int value,
int old)
Applies changes of the property value of the property widthRight . |
void |
_applyWidthTop(int value,
int old)
Applies changes of the property value of the property widthTop . |
void |
_changeColorBottom(java.lang.String value)
Reacts on color changes reported by the connected ColorManager. |
void |
_changeColorInnerBottom(java.lang.String value)
Reacts on color changes reported by the connected ColorManager. |
void |
_changeColorInnerLeft(java.lang.String value)
Reacts on color changes reported by the connected ColorManager. |
void |
_changeColorInnerRight(java.lang.String value)
Reacts on color changes reported by the connected ColorManager. |
void |
_changeColorInnerTop(java.lang.String value)
Reacts on color changes reported by the connected ColorManager. |
void |
_changeColorLeft(java.lang.String value)
Reacts on color changes reported by the connected ColorManager. |
void |
_changeColorRight(java.lang.String value)
Reacts on color changes reported by the connected ColorManager. |
void |
_changeColorTop(java.lang.String value)
Reacts on color changes reported by the connected ColorManager. |
java.lang.String |
getColorBottom()
Returns the (computed) value of the property colorBottom . |
java.lang.String |
getColorInnerBottom()
Returns the (computed) value of the property colorInnerBottom . |
java.lang.String |
getColorInnerLeft()
Returns the (computed) value of the property colorInnerLeft . |
java.lang.String |
getColorInnerRight()
Returns the (computed) value of the property colorInnerRight . |
java.lang.String |
getColorInnerTop()
Returns the (computed) value of the property colorInnerTop . |
java.lang.String |
getColorLeft()
Returns the (computed) value of the property colorLeft . |
java.lang.String |
getColorRight()
Returns the (computed) value of the property colorRight . |
java.lang.String |
getColorTop()
Returns the (computed) value of the property colorTop . |
java.lang.Object |
getStyleBottom()
Returns the (computed) value of the property styleBottom . |
java.lang.Object |
getStyleLeft()
Returns the (computed) value of the property styleLeft . |
java.lang.Object |
getStyleRight()
Returns the (computed) value of the property styleRight . |
java.lang.Object |
getStyleTop()
Returns the (computed) value of the property styleTop . |
int |
getWidthBottom()
Returns the (computed) value of the property widthBottom . |
int |
getWidthLeft()
Returns the (computed) value of the property widthLeft . |
int |
getWidthRight()
Returns the (computed) value of the property widthRight . |
int |
getWidthTop()
Returns the (computed) value of the property widthTop . |
void |
initColorBottom(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorBottom
with the default value defined by the class developer. |
void |
initColorInnerBottom(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorInnerBottom
with the default value defined by the class developer. |
void |
initColorInnerLeft(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorInnerLeft
with the default value defined by the class developer. |
void |
initColorInnerRight(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorInnerRight
with the default value defined by the class developer. |
void |
initColorInnerTop(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorInnerTop
with the default value defined by the class developer. |
void |
initColorLeft(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorLeft
with the default value defined by the class developer. |
void |
initColorRight(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorRight
with the default value defined by the class developer. |
void |
initColorTop(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorTop
with the default value defined by the class developer. |
void |
initStyleBottom(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property styleBottom
with the default value defined by the class developer. |
void |
initStyleLeft(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property styleLeft
with the default value defined by the class developer. |
void |
initStyleRight(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property styleRight
with the default value defined by the class developer. |
void |
initStyleTop(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property styleTop
with the default value defined by the class developer. |
void |
initWidthBottom(int arg)
Calls the apply method and dispatches the change event of the property widthBottom
with the default value defined by the class developer. |
void |
initWidthLeft(int arg)
Calls the apply method and dispatches the change event of the property widthLeft
with the default value defined by the class developer. |
void |
initWidthRight(int arg)
Calls the apply method and dispatches the change event of the property widthRight
with the default value defined by the class developer. |
void |
initWidthTop(int arg)
Calls the apply method and dispatches the change event of the property widthTop
with the default value defined by the class developer. |
void |
resetBottom()
Resets the user value of the property bottom . |
void |
resetColor()
Resets the user value of the property color . |
void |
resetColorBottom()
Resets the user value of the property colorBottom . |
void |
resetColorInnerBottom()
Resets the user value of the property colorInnerBottom . |
void |
resetColorInnerLeft()
Resets the user value of the property colorInnerLeft . |
void |
resetColorInnerRight()
Resets the user value of the property colorInnerRight . |
void |
resetColorInnerTop()
Resets the user value of the property colorInnerTop . |
void |
resetColorLeft()
Resets the user value of the property colorLeft . |
void |
resetColorRight()
Resets the user value of the property colorRight . |
void |
resetColorTop()
Resets the user value of the property colorTop . |
void |
resetInnerColor()
Resets the user value of the property innerColor . |
void |
resetLeft()
Resets the user value of the property left . |
void |
resetRight()
Resets the user value of the property right . |
void |
resetStyle()
Resets the user value of the property style . |
void |
resetStyleBottom()
Resets the user value of the property styleBottom . |
void |
resetStyleLeft()
Resets the user value of the property styleLeft . |
void |
resetStyleRight()
Resets the user value of the property styleRight . |
void |
resetStyleTop()
Resets the user value of the property styleTop . |
void |
resetTop()
Resets the user value of the property top . |
void |
resetWidth()
Resets the user value of the property width . |
void |
resetWidthBottom()
Resets the user value of the property widthBottom . |
void |
resetWidthLeft()
Resets the user value of the property widthLeft . |
void |
resetWidthRight()
Resets the user value of the property widthRight . |
void |
resetWidthTop()
Resets the user value of the property widthTop . |
void |
setBottom(java.lang.Object widthBottom,
java.lang.Object styleBottom,
java.lang.Object colorBottom)
Sets the values of the property group bottom . |
void |
setColor(java.lang.Object colorTop,
java.lang.Object colorRight,
java.lang.Object colorBottom,
java.lang.Object colorLeft)
Sets the values of the property group color . |
void |
setColorBottom(java.lang.String arg)
Sets the user value of the property colorBottom . |
void |
setColorInnerBottom(java.lang.String arg)
Sets the user value of the property colorInnerBottom . |
void |
setColorInnerLeft(java.lang.String arg)
Sets the user value of the property colorInnerLeft . |
void |
setColorInnerRight(java.lang.String arg)
Sets the user value of the property colorInnerRight . |
void |
setColorInnerTop(java.lang.String arg)
Sets the user value of the property colorInnerTop . |
void |
setColorLeft(java.lang.String arg)
Sets the user value of the property colorLeft . |
void |
setColorRight(java.lang.String arg)
Sets the user value of the property colorRight . |
void |
setColorTop(java.lang.String arg)
Sets the user value of the property colorTop . |
void |
setInnerColor(java.lang.Object colorInnerTop,
java.lang.Object colorInnerRight,
java.lang.Object colorInnerBottom,
java.lang.Object colorInnerLeft)
Sets the values of the property group innerColor . |
void |
setLeft(java.lang.Object widthLeft,
java.lang.Object styleLeft,
java.lang.Object colorLeft)
Sets the values of the property group left . |
void |
setRight(java.lang.Object widthRight,
java.lang.Object styleRight,
java.lang.Object colorRight)
Sets the values of the property group right . |
void |
setStyle(java.lang.Object styleTop,
java.lang.Object styleRight,
java.lang.Object styleBottom,
java.lang.Object styleLeft)
Sets the values of the property group style . |
void |
setStyleBottom(java.lang.Object arg)
Sets the user value of the property styleBottom . |
void |
setStyleLeft(java.lang.Object arg)
Sets the user value of the property styleLeft . |
void |
setStyleRight(java.lang.Object arg)
Sets the user value of the property styleRight . |
void |
setStyleTop(java.lang.Object arg)
Sets the user value of the property styleTop . |
void |
setTop(java.lang.Object widthTop,
java.lang.Object styleTop,
java.lang.Object colorTop)
Sets the values of the property group top . |
void |
setWidth(java.lang.Object widthTop,
java.lang.Object widthRight,
java.lang.Object widthBottom,
java.lang.Object widthLeft)
Sets the values of the property group width . |
void |
setWidthBottom(int arg)
Sets the user value of the property widthBottom . |
void |
setWidthLeft(int arg)
Sets the user value of the property widthLeft . |
void |
setWidthRight(int arg)
Sets the user value of the property widthRight . |
void |
setWidthTop(int arg)
Sets the user value of the property widthTop . |
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 Border()
public Border(java.lang.Integer width)
public Border(java.lang.Integer width, java.lang.String style)
public Border(java.lang.Integer width, java.lang.String style, java.lang.String color)
Method Detail |
---|
public void _applyColorBottom(java.lang.String value, java.lang.String old)
Applies changes of the property value of the property colorBottom
.
For further details take a look at the property definition: _applyColorBottom(java.lang.String, java.lang.String)
.
public void _applyColorInnerBottom(java.lang.String value, java.lang.String old)
Applies changes of the property value of the property colorInnerBottom
.
For further details take a look at the property definition: _applyColorInnerBottom(java.lang.String, java.lang.String)
.
public void _applyColorInnerLeft(java.lang.String value, java.lang.String old)
Applies changes of the property value of the property colorInnerLeft
.
For further details take a look at the property definition: _applyColorInnerLeft(java.lang.String, java.lang.String)
.
public void _applyColorInnerRight(java.lang.String value, java.lang.String old)
Applies changes of the property value of the property colorInnerRight
.
For further details take a look at the property definition: _applyColorInnerRight(java.lang.String, java.lang.String)
.
public void _applyColorInnerTop(java.lang.String value, java.lang.String old)
Applies changes of the property value of the property colorInnerTop
.
For further details take a look at the property definition: _applyColorInnerTop(java.lang.String, java.lang.String)
.
public void _applyColorLeft(java.lang.String value, java.lang.String old)
Applies changes of the property value of the property colorLeft
.
For further details take a look at the property definition: _applyColorLeft(java.lang.String, java.lang.String)
.
public void _applyColorRight(java.lang.String value, java.lang.String old)
Applies changes of the property value of the property colorRight
.
For further details take a look at the property definition: _applyColorRight(java.lang.String, java.lang.String)
.
public void _applyColorTop(java.lang.String value, java.lang.String old)
Applies changes of the property value of the property colorTop
.
For further details take a look at the property definition: _applyColorTop(java.lang.String, java.lang.String)
.
public void _applyStyleBottom(java.lang.Object value, java.lang.Object old)
Applies changes of the property value of the property styleBottom
.
For further details take a look at the property definition: _applyStyleBottom(java.lang.Object, java.lang.Object)
.
public void _applyStyleLeft(java.lang.Object value, java.lang.Object old)
Applies changes of the property value of the property styleLeft
.
For further details take a look at the property definition: _applyStyleLeft(java.lang.Object, java.lang.Object)
.
public void _applyStyleRight(java.lang.Object value, java.lang.Object old)
Applies changes of the property value of the property styleRight
.
For further details take a look at the property definition: _applyStyleRight(java.lang.Object, java.lang.Object)
.
public void _applyStyleTop(java.lang.Object value, java.lang.Object old)
Applies changes of the property value of the property styleTop
.
For further details take a look at the property definition: _applyStyleTop(java.lang.Object, java.lang.Object)
.
public void _applyWidthBottom(int value, int old)
Applies changes of the property value of the property widthBottom
.
For further details take a look at the property definition: _applyWidthBottom(int, int)
.
public void _applyWidthLeft(int value, int old)
Applies changes of the property value of the property widthLeft
.
For further details take a look at the property definition: _applyWidthLeft(int, int)
.
public void _applyWidthRight(int value, int old)
Applies changes of the property value of the property widthRight
.
For further details take a look at the property definition: _applyWidthRight(int, int)
.
public void _applyWidthTop(int value, int old)
Applies changes of the property value of the property widthTop
.
For further details take a look at the property definition: _applyWidthTop(int, int)
.
public void _changeColorBottom(java.lang.String value)
Reacts on color changes reported by the connected ColorManager.
public void _changeColorInnerBottom(java.lang.String value)
Reacts on color changes reported by the connected ColorManager.
public void _changeColorInnerLeft(java.lang.String value)
Reacts on color changes reported by the connected ColorManager.
public void _changeColorInnerRight(java.lang.String value)
Reacts on color changes reported by the connected ColorManager.
public void _changeColorInnerTop(java.lang.String value)
Reacts on color changes reported by the connected ColorManager.
public void _changeColorLeft(java.lang.String value)
Reacts on color changes reported by the connected ColorManager.
public void _changeColorRight(java.lang.String value)
Reacts on color changes reported by the connected ColorManager.
public void _changeColorTop(java.lang.String value)
Reacts on color changes reported by the connected ColorManager.
public java.lang.String getColorBottom()
Returns the (computed) value of the property colorBottom
.
For further details take a look at the property definition: colorBottom
.
public java.lang.String getColorInnerBottom()
Returns the (computed) value of the property colorInnerBottom
.
For further details take a look at the property definition: colorInnerBottom
.
public java.lang.String getColorInnerLeft()
Returns the (computed) value of the property colorInnerLeft
.
For further details take a look at the property definition: colorInnerLeft
.
public java.lang.String getColorInnerRight()
Returns the (computed) value of the property colorInnerRight
.
For further details take a look at the property definition: colorInnerRight
.
public java.lang.String getColorInnerTop()
Returns the (computed) value of the property colorInnerTop
.
For further details take a look at the property definition: colorInnerTop
.
public java.lang.String getColorLeft()
Returns the (computed) value of the property colorLeft
.
For further details take a look at the property definition: colorLeft
.
public java.lang.String getColorRight()
Returns the (computed) value of the property colorRight
.
For further details take a look at the property definition: colorRight
.
public java.lang.String getColorTop()
Returns the (computed) value of the property colorTop
.
For further details take a look at the property definition: colorTop
.
public java.lang.Object getStyleBottom()
Returns the (computed) value of the property styleBottom
.
For further details take a look at the property definition: styleBottom
.
public java.lang.Object getStyleLeft()
Returns the (computed) value of the property styleLeft
.
For further details take a look at the property definition: styleLeft
.
public java.lang.Object getStyleRight()
Returns the (computed) value of the property styleRight
.
For further details take a look at the property definition: styleRight
.
public java.lang.Object getStyleTop()
Returns the (computed) value of the property styleTop
.
For further details take a look at the property definition: styleTop
.
public int getWidthBottom()
Returns the (computed) value of the property widthBottom
.
For further details take a look at the property definition: widthBottom
.
public int getWidthLeft()
Returns the (computed) value of the property widthLeft
.
For further details take a look at the property definition: widthLeft
.
public int getWidthRight()
Returns the (computed) value of the property widthRight
.
For further details take a look at the property definition: widthRight
.
public int getWidthTop()
Returns the (computed) value of the property widthTop
.
For further details take a look at the property definition: widthTop
.
public void initColorBottom(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorBottom
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: colorBottom
.
public void initColorInnerBottom(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorInnerBottom
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: colorInnerBottom
.
public void initColorInnerLeft(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorInnerLeft
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: colorInnerLeft
.
public void initColorInnerRight(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorInnerRight
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: colorInnerRight
.
public void initColorInnerTop(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorInnerTop
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: colorInnerTop
.
public void initColorLeft(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorLeft
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: colorLeft
.
public void initColorRight(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorRight
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: colorRight
.
public void initColorTop(java.lang.String arg)
Calls the apply method and dispatches the change event of the property colorTop
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: colorTop
.
public void initStyleBottom(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property styleBottom
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: styleBottom
.
public void initStyleLeft(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property styleLeft
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: styleLeft
.
public void initStyleRight(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property styleRight
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: styleRight
.
public void initStyleTop(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property styleTop
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: styleTop
.
public void initWidthBottom(int arg)
Calls the apply method and dispatches the change event of the property widthBottom
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: widthBottom
.
public void initWidthLeft(int arg)
Calls the apply method and dispatches the change event of the property widthLeft
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: widthLeft
.
public void initWidthRight(int arg)
Calls the apply method and dispatches the change event of the property widthRight
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: widthRight
.
public void initWidthTop(int arg)
Calls the apply method and dispatches the change event of the property widthTop
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: widthTop
.
public void resetBottom()
Resets the user value of the property bottom
.
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: bottom
.
public void resetColor()
Resets the user value of the property color
.
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: color
.
public void resetColorBottom()
Resets the user value of the property colorBottom
.
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: colorBottom
.
public void resetColorInnerBottom()
Resets the user value of the property colorInnerBottom
.
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: colorInnerBottom
.
public void resetColorInnerLeft()
Resets the user value of the property colorInnerLeft
.
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: colorInnerLeft
.
public void resetColorInnerRight()
Resets the user value of the property colorInnerRight
.
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: colorInnerRight
.
public void resetColorInnerTop()
Resets the user value of the property colorInnerTop
.
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: colorInnerTop
.
public void resetColorLeft()
Resets the user value of the property colorLeft
.
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: colorLeft
.
public void resetColorRight()
Resets the user value of the property colorRight
.
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: colorRight
.
public void resetColorTop()
Resets the user value of the property colorTop
.
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: colorTop
.
public void resetInnerColor()
Resets the user value of the property innerColor
.
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: innerColor
.
public void resetLeft()
Resets the user value of the property left
.
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: left
.
public void resetRight()
Resets the user value of the property right
.
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: right
.
public void resetStyle()
Resets the user value of the property style
.
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: style
.
public void resetStyleBottom()
Resets the user value of the property styleBottom
.
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: styleBottom
.
public void resetStyleLeft()
Resets the user value of the property styleLeft
.
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: styleLeft
.
public void resetStyleRight()
Resets the user value of the property styleRight
.
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: styleRight
.
public void resetStyleTop()
Resets the user value of the property styleTop
.
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: styleTop
.
public void resetTop()
Resets the user value of the property top
.
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: top
.
public void resetWidth()
Resets the user value of the property width
.
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: width
.
public void resetWidthBottom()
Resets the user value of the property widthBottom
.
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: widthBottom
.
public void resetWidthLeft()
Resets the user value of the property widthLeft
.
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: widthLeft
.
public void resetWidthRight()
Resets the user value of the property widthRight
.
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: widthRight
.
public void resetWidthTop()
Resets the user value of the property widthTop
.
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: widthTop
.
public void setBottom(java.lang.Object widthBottom, java.lang.Object styleBottom, java.lang.Object colorBottom)
Sets the values of the property group bottom
.
For further details take a look at the property definition: bottom
.
public void setColor(java.lang.Object colorTop, java.lang.Object colorRight, java.lang.Object colorBottom, java.lang.Object colorLeft)
Sets the values of the property group color
.
This setter supports a shorthand mode compatible with the way margins and paddins are set in CSS.
For further details take a look at the property definition: color
.
public void setColorBottom(java.lang.String arg)
Sets the user value of the property colorBottom
.
For further details take a look at the property definition: colorBottom
.
public void setColorInnerBottom(java.lang.String arg)
Sets the user value of the property colorInnerBottom
.
For further details take a look at the property definition: colorInnerBottom
.
public void setColorInnerLeft(java.lang.String arg)
Sets the user value of the property colorInnerLeft
.
For further details take a look at the property definition: colorInnerLeft
.
public void setColorInnerRight(java.lang.String arg)
Sets the user value of the property colorInnerRight
.
For further details take a look at the property definition: colorInnerRight
.
public void setColorInnerTop(java.lang.String arg)
Sets the user value of the property colorInnerTop
.
For further details take a look at the property definition: colorInnerTop
.
public void setColorLeft(java.lang.String arg)
Sets the user value of the property colorLeft
.
For further details take a look at the property definition: colorLeft
.
public void setColorRight(java.lang.String arg)
Sets the user value of the property colorRight
.
For further details take a look at the property definition: colorRight
.
public void setColorTop(java.lang.String arg)
Sets the user value of the property colorTop
.
For further details take a look at the property definition: colorTop
.
public void setInnerColor(java.lang.Object colorInnerTop, java.lang.Object colorInnerRight, java.lang.Object colorInnerBottom, java.lang.Object colorInnerLeft)
Sets the values of the property group innerColor
.
This setter supports a shorthand mode compatible with the way margins and paddins are set in CSS.
For further details take a look at the property definition: innerColor
.
public void setLeft(java.lang.Object widthLeft, java.lang.Object styleLeft, java.lang.Object colorLeft)
Sets the values of the property group left
.
For further details take a look at the property definition: left
.
public void setRight(java.lang.Object widthRight, java.lang.Object styleRight, java.lang.Object colorRight)
Sets the values of the property group right
.
For further details take a look at the property definition: right
.
public void setStyle(java.lang.Object styleTop, java.lang.Object styleRight, java.lang.Object styleBottom, java.lang.Object styleLeft)
Sets the values of the property group style
.
This setter supports a shorthand mode compatible with the way margins and paddins are set in CSS.
For further details take a look at the property definition: style
.
public void setStyleBottom(java.lang.Object arg)
Sets the user value of the property styleBottom
.
For further details take a look at the property definition: styleBottom
.
public void setStyleLeft(java.lang.Object arg)
Sets the user value of the property styleLeft
.
For further details take a look at the property definition: styleLeft
.
public void setStyleRight(java.lang.Object arg)
Sets the user value of the property styleRight
.
For further details take a look at the property definition: styleRight
.
public void setStyleTop(java.lang.Object arg)
Sets the user value of the property styleTop
.
For further details take a look at the property definition: styleTop
.
public void setTop(java.lang.Object widthTop, java.lang.Object styleTop, java.lang.Object colorTop)
Sets the values of the property group top
.
For further details take a look at the property definition: top
.
public void setWidth(java.lang.Object widthTop, java.lang.Object widthRight, java.lang.Object widthBottom, java.lang.Object widthLeft)
Sets the values of the property group width
.
This setter supports a shorthand mode compatible with the way margins and paddins are set in CSS.
For further details take a look at the property definition: width
.
public void setWidthBottom(int arg)
Sets the user value of the property widthBottom
.
For further details take a look at the property definition: widthBottom
.
public void setWidthLeft(int arg)
Sets the user value of the property widthLeft
.
For further details take a look at the property definition: widthLeft
.
public void setWidthRight(int arg)
Sets the user value of the property widthRight
.
For further details take a look at the property definition: widthRight
.
public void setWidthTop(int arg)
Sets the user value of the property widthTop
.
For further details take a look at the property definition: widthTop
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |