public abstract class nUIElementDisplay extends nUIDisplayObject implements ICustomBackground
Modifier and Type | Field and Description |
---|---|
static int |
Y_IDENTIFIER_PREV_BOTTOM |
COLOR_BACKGROUND_NORMAL, COLOR_BLACK, COLOR_FOREGROUND_DARK, COLOR_FOREGROUND_LIGHT, COLOR_FOREGROUND_NORMAL, COLOR_TRANSPARENT, COLOR_WHITE, DIMENSIONS_IDENTIFIER_PARENT_DIMENSIONS
Constructor and Description |
---|
nUIElementDisplay()
By default, an element is positioned below the previously added item, and at full parent width
|
nUIElementDisplay(java.util.Hashtable properties) |
Modifier and Type | Method and Description |
---|---|
void |
applyBackground(ColorBackground background,
int state) |
void |
applyBackground(DefaultBackground background,
int state) |
void |
applyBackground(PatternImage background,
int state) |
getBackgroundDrawable, getBottom, getElementIdentifier, getFocusable, getGesturable, getHeight, getInnerHeight, getInnerWidth, getInnerX, getInnerY, getLeft, getMaxChildX, getMaxChildY, getProperties, getProperty, getRight, getScreenInnerX, getScreenInnerY, getScreenX, getScreenY, getTop, getTopLevelParentView, getTopLevelParentWindow, getTriggerable, getWidth, getX, getY, insertAtInternal, isEnabled, isVisible, onRemoved, remove, setBackgroundDrawable, setBottom, setElementIdentifier, setEnabled, setFocusable, setGesturable, setHeight, setInnerHeight, setInnerWidth, setInnerX, setInnerY, setLeft, setProperties, setProperty, setRight, setTop, setTriggerable, setVisible, setWidth, setX, setY
add, addEventListener, childElementAt, childIndexOf, getFirstChild, getId, getLastChild, getNextSibling, getParent, getPrevSibling, getTag, insertAfter, insertAt, insertBefore, outputChildHierarchy, remove, removeEventListener, replace, replace, setId, setTag, setUnlinkChildrenOnRemoval
public static final int Y_IDENTIFIER_PREV_BOTTOM
public nUIElementDisplay()
public nUIElementDisplay(java.util.Hashtable properties)
public void applyBackground(DefaultBackground background, int state)
applyBackground
in interface ICustomBackground
public void applyBackground(ColorBackground background, int state)
applyBackground
in interface ICustomBackground
public void applyBackground(PatternImage background, int state)
applyBackground
in interface ICustomBackground