public class WidgetConfigExt extends OcxDragDropConfig
| Modifier and Type | Field and Description |
|---|---|
static int |
CC_ARROW |
static int |
CC_ARROW_HOURGLASS |
static int |
CC_ARROW_QUESTION |
static int |
CC_CROSS |
static int |
CC_CUSTOM |
static int |
CC_DEFAULT
Mouse Pointer constants
|
static int |
CC_HOURGLASS |
static int |
CC_IBEAM |
static int |
CC_ICON |
static int |
CC_NO_DROP |
static int |
CC_SIZE |
static int |
CC_SIZE_ALL |
static int |
CC_SIZE_EW |
static int |
CC_SIZE_NESW |
static int |
CC_SIZE_NS |
static int |
CC_SIZE_NWSE |
static int |
CC_UP_ARROW |
java.lang.String |
mouseIcon
The MOUSE-ICON attribute.
|
int |
mousePointer
The MOUSE-POINTER-NUM attribute.
|
oleAllowedEffects, oleDataFormat, oleDefaultCursors, oleDragMode, oleDropMode, oleEffect, oleState, oleX, oleYmouseButton, mouseShift, mouseX, mouseYattrSpace, autoResize, clabel, dataType, dropTarget, forceLabel, help, index, INVALID_SELECTION, label, labels, possibleSideLabel, selectionActive, selectionEnd, selectionStart, sideLabelId, unknownDataType, untranslatedLabelalign, bgcolor, bgcolorRgb, captionFontSize, clientColumn, clientHeightChars, clientHeightPixels, clientRow, clientWidthChars, clientWidthPixels, clientX, clientY, column, dcolor, dynamic, fgcolor, fgcolorRgb, fixedHeight, fixedWidth, font, fontChanged, fontName, fontSize, fontStyle, frameColumnOffset, frameRowOffset, frameXOffset, frameYOffset, heightChars, heightPixels, initColumn, initHeightChars, initRow, initWidthChars, initX, initY, INV_COORD, locationChanged, movable, name, parentId, pfcolor, resizable, row, selected, sysbgcolor, sysfgcolor, systemParentId, tabStop, title, titleDColor, titleFont, tooltip, widgetPlaced, widthChars, widthPixels, x, ycfgClass, contextHelpId, disableRedraw, enabled, frameDefValue, frameId, fromOCX, header, hidden, id, manualHightlight, menuKey, menuMouse, modified, popupMenuId, realized, selectable, state, visible, wasRealized, zorder| Modifier | Constructor and Description |
|---|---|
|
WidgetConfigExt()
Default constructor (only used in de-serialization).
|
protected |
WidgetConfigExt(int id)
Create a new config and associate it with the given widget.
|
protected |
WidgetConfigExt(WidgetId id)
Create a new config and associate it with the given widget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyConfig(WidgetConfig config)
Set new values from the provided configuration instance.
|
void |
readExternal(java.io.ObjectInput in)
Replacement for the default object reading method.
|
void |
writeExternal(java.io.ObjectOutput out)
Replacement for the default object writing method.
|
setDynamicFormatgetConfigManager, getDynamicColumnLabel, getDynamicFormat, getDynamicHelp, getDynamicLabel, getDynamicUntranslatedLabel, markFieldsDirty, setDynamicHeader, setDynamicHelp, setDynamicLabel, setDynamicLabels, setDynamicUntranslatedLabel, toStringpublic static final int CC_DEFAULT
public static final int CC_ARROW
public static final int CC_CROSS
public static final int CC_IBEAM
public static final int CC_ICON
public static final int CC_SIZE
public static final int CC_SIZE_NESW
public static final int CC_SIZE_NS
public static final int CC_SIZE_NWSE
public static final int CC_SIZE_EW
public static final int CC_UP_ARROW
public static final int CC_HOURGLASS
public static final int CC_NO_DROP
public static final int CC_ARROW_HOURGLASS
public static final int CC_ARROW_QUESTION
public static final int CC_SIZE_ALL
public static final int CC_CUSTOM
public java.lang.String mouseIcon
public int mousePointer
public WidgetConfigExt()
protected WidgetConfigExt(int id)
id - The ID of the widget to which this configuration belongs.protected WidgetConfigExt(WidgetId id)
id - The ID of the widget to which this configuration belongs.public void applyConfig(WidgetConfig config)
applyConfig in class OcxDragDropConfigconfig - The instance from which to take values.public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class OcxDragDropConfigin - The input source from which fields will be restored.java.io.IOException - In case of I/O errors.java.lang.ClassNotFoundException - If payload can't be instantiated.public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class OcxDragDropConfigout - The output destination to which fields will be saved.java.io.IOException - In case of I/O errors.