| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| String | Returns the bgcolor field. |
| Array<int> | Returns the dimensions in an array of four int values |
| int | Returns the height field. |
| int | getLeft() Returns the left field. |
| String | Returns the margin field, as set by setMargin(). |
| Array | parses the margin field into an array of four int values |
| String | Returns the padding field, as set by setPadding(). |
| Array | parses the padding field into an array of four int values |
| String | Returns the position field. |
| int | getTop() Returns the top field. |
| int | getWidth() Returns the width field. |
| int | Returns the zIndex field. |
| void | setBackgroundColor(bgcolor : String) Sets the bgcolor field. |
| void | Sets all four dimensions at once. |
| void | Sets the height field. |
| void | Sets the left field. |
| void | Sets the margin field, can be a single value or four values separated by space that correspond to top, right, bottom, and left. |
| void | setPadding(padding : String) Sets the padding field, can be a single value or four values separated by space that correspond to top, right, bottom, and left. |
| void | setPosition(position : String) Sets the position field, can be 'absolute' or 'relative'. |
| void | Sets the top field. |
| void | Sets the width field. |
| void | Sets the zIndex field. |
| Methods Inherited From jsx3.html.Tag |
|---|
| appendChild, getChildren, getClassName, getFirstChildOfType, getId, getParent, getProperty, getStyle, getTagNS, getTagName, onAppendChild, onRemoveChild, paint, paintDom, paintUpdate, release, removeChild, removeChildren, removeProperty, removeStyle, replaceChild, setClassName, setExtraStyles, setId, setProperty, setStyle, toString |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Constructor Detail |
|---|
| Method Detail |
|---|