qx.ui.core
Class Border

java.lang.Object
  extended by qx.core.Object
      extended by qx.ui.core.Border

public class Border
extends Object

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

Border

public Border()

Border

public Border(java.lang.Integer width)

Border

public Border(java.lang.Integer width,
              java.lang.String style)

Border

public Border(java.lang.Integer width,
              java.lang.String style,
              java.lang.String color)
Method Detail

_applyColorBottom

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).


_applyColorInnerBottom

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).


_applyColorInnerLeft

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).


_applyColorInnerRight

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).


_applyColorInnerTop

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).


_applyColorLeft

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).


_applyColorRight

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).


_applyColorTop

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).


_applyStyleBottom

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).


_applyStyleLeft

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).


_applyStyleRight

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).


_applyStyleTop

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).


_applyWidthBottom

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).


_applyWidthLeft

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).


_applyWidthRight

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).


_applyWidthTop

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).


_changeColorBottom

public void _changeColorBottom(java.lang.String value)

Reacts on color changes reported by the connected ColorManager.


_changeColorInnerBottom

public void _changeColorInnerBottom(java.lang.String value)

Reacts on color changes reported by the connected ColorManager.


_changeColorInnerLeft

public void _changeColorInnerLeft(java.lang.String value)

Reacts on color changes reported by the connected ColorManager.


_changeColorInnerRight

public void _changeColorInnerRight(java.lang.String value)

Reacts on color changes reported by the connected ColorManager.


_changeColorInnerTop

public void _changeColorInnerTop(java.lang.String value)

Reacts on color changes reported by the connected ColorManager.


_changeColorLeft

public void _changeColorLeft(java.lang.String value)

Reacts on color changes reported by the connected ColorManager.


_changeColorRight

public void _changeColorRight(java.lang.String value)

Reacts on color changes reported by the connected ColorManager.


_changeColorTop

public void _changeColorTop(java.lang.String value)

Reacts on color changes reported by the connected ColorManager.


getColorBottom

public java.lang.String getColorBottom()

Returns the (computed) value of the property colorBottom.

For further details take a look at the property definition: colorBottom.


getColorInnerBottom

public java.lang.String getColorInnerBottom()

Returns the (computed) value of the property colorInnerBottom.

For further details take a look at the property definition: colorInnerBottom.


getColorInnerLeft

public java.lang.String getColorInnerLeft()

Returns the (computed) value of the property colorInnerLeft.

For further details take a look at the property definition: colorInnerLeft.


getColorInnerRight

public java.lang.String getColorInnerRight()

Returns the (computed) value of the property colorInnerRight.

For further details take a look at the property definition: colorInnerRight.


getColorInnerTop

public java.lang.String getColorInnerTop()

Returns the (computed) value of the property colorInnerTop.

For further details take a look at the property definition: colorInnerTop.


getColorLeft

public java.lang.String getColorLeft()

Returns the (computed) value of the property colorLeft.

For further details take a look at the property definition: colorLeft.


getColorRight

public java.lang.String getColorRight()

Returns the (computed) value of the property colorRight.

For further details take a look at the property definition: colorRight.


getColorTop

public java.lang.String getColorTop()

Returns the (computed) value of the property colorTop.

For further details take a look at the property definition: colorTop.


getStyleBottom

public java.lang.Object getStyleBottom()

Returns the (computed) value of the property styleBottom.

For further details take a look at the property definition: styleBottom.


getStyleLeft

public java.lang.Object getStyleLeft()

Returns the (computed) value of the property styleLeft.

For further details take a look at the property definition: styleLeft.


getStyleRight

public java.lang.Object getStyleRight()

Returns the (computed) value of the property styleRight.

For further details take a look at the property definition: styleRight.


getStyleTop

public java.lang.Object getStyleTop()

Returns the (computed) value of the property styleTop.

For further details take a look at the property definition: styleTop.


getWidthBottom

public int getWidthBottom()

Returns the (computed) value of the property widthBottom.

For further details take a look at the property definition: widthBottom.


getWidthLeft

public int getWidthLeft()

Returns the (computed) value of the property widthLeft.

For further details take a look at the property definition: widthLeft.


getWidthRight

public int getWidthRight()

Returns the (computed) value of the property widthRight.

For further details take a look at the property definition: widthRight.


getWidthTop

public int getWidthTop()

Returns the (computed) value of the property widthTop.

For further details take a look at the property definition: widthTop.


initColorBottom

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.


initColorInnerBottom

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.


initColorInnerLeft

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.


initColorInnerRight

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.


initColorInnerTop

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.


initColorLeft

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.


initColorRight

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.


initColorTop

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.


initStyleBottom

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.


initStyleLeft

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.


initStyleRight

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.


initStyleTop

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.


initWidthBottom

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.


initWidthLeft

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.


initWidthRight

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.


initWidthTop

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.


resetBottom

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.


resetColor

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.


resetColorBottom

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.


resetColorInnerBottom

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.


resetColorInnerLeft

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.


resetColorInnerRight

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.


resetColorInnerTop

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.


resetColorLeft

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.


resetColorRight

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.


resetColorTop

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.


resetInnerColor

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.


resetLeft

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.


resetRight

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.


resetStyle

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.


resetStyleBottom

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.


resetStyleLeft

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.


resetStyleRight

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.


resetStyleTop

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.


resetTop

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.


resetWidth

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.


resetWidthBottom

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.


resetWidthLeft

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.


resetWidthRight

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.


resetWidthTop

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.


setBottom

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.


setColor

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.


setColorBottom

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.


setColorInnerBottom

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.


setColorInnerLeft

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.


setColorInnerRight

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.


setColorInnerTop

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.


setColorLeft

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.


setColorRight

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.


setColorTop

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.


setInnerColor

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.


setLeft

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.


setRight

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.


setStyle

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.


setStyleBottom

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.


setStyleLeft

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.


setStyleRight

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.


setStyleTop

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.


setTop

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.


setWidth

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.


setWidthBottom

public void setWidthBottom(int arg)

Sets the user value of the property widthBottom.

For further details take a look at the property definition: widthBottom.


setWidthLeft

public void setWidthLeft(int arg)

Sets the user value of the property widthLeft.

For further details take a look at the property definition: widthLeft.


setWidthRight

public void setWidthRight(int arg)

Sets the user value of the property widthRight.

For further details take a look at the property definition: widthRight.


setWidthTop

public void setWidthTop(int arg)

Sets the user value of the property widthTop.

For further details take a look at the property definition: widthTop.



Copyright © 2008 1&1. All Rights Reserved.