public class PhantomCListBox.PhantomCListBoxColumn extends Object
Modifier and Type | Field and Description |
---|---|
int |
cFlags
Column flags.
|
int |
colWidth
The column width.
|
int |
cx
The width of the field.
|
int |
directCheck
Direct check of chars.
|
int |
editable
Editable field.
|
int |
fieldColor
Field color.
|
int |
flags
Flags.
|
String |
fldName
Field name.
|
int |
fldType
Field type.
|
PhantomHostField |
hostField
The host field (may be null if the panel doesn't have a screen name).
|
String |
id
Field ID.
|
int |
leadAdjust
Header justification.
|
int |
leadColor
Header color.
|
String |
leadText
Header text.
|
int |
length
Field length.
|
int |
newFlags
New flags.
|
PhantomObject |
object
The reference to the object instance, may be null if none exist.
|
String |
objectName
Object name.
|
protected se.entra.phantom.geditor.PropertyManagerInstance |
pmColInstance
The actual instance of column properties.
|
PhantomPopupMenu |
popupMenu
The possible connection to a pop-up menu (may be null).
|
int |
rightJust
Right justify.
|
static int |
SAVE_SIZE
Save size.
|
int |
updateOnChng
Update on change.
|
Constructor and Description |
---|
PhantomCListBoxColumn()
Empty constructor, is used when read properties from XML.
|
PhantomCListBoxColumn(PhantomControl bd,
GofListColumnElement gofListColumnElement)
Creates an instance of the column control class for Gui-on-the-fly panel.
|
PhantomCListBoxColumn(PhantomControl bd,
PhantomFile data)
Creates an instance of the column control class.
|
PhantomCListBoxColumn(PhantomFile data)
Constructor for the Designer control.
|
public int length
public static final int SAVE_SIZE
public int colWidth
public int rightJust
public String id
public String objectName
public PhantomObject object
public int fldType
public String fldName
public PhantomHostField hostField
public int cx
public int editable
public int updateOnChng
public int directCheck
public int fieldColor
public String leadText
public int leadAdjust
public int leadColor
public int flags
public int newFlags
public int cFlags
public PhantomPopupMenu popupMenu
protected se.entra.phantom.geditor.PropertyManagerInstance pmColInstance
public PhantomCListBoxColumn(PhantomControl bd, PhantomFile data) throws IOException
Base: + length SHORT + colWidth SHORT + rightJust BYTE + id BYTE[9] + object BYTE[9] + fldType SHORT + fldName BYTE[9] + cx SHORT + editable BYTE + updateOnChng BYTE + directCheck BYTE + color BYTE + leadText BYTE[33] + leadAdjust BYTE + leadColor BYTE + reserved BYTE[4] + flags BYTE foreground color 0000 0001 background color 0000 0010 translation table 0000 0100 always upd text 0000 1000 autotab 0001 0000 enable keypad 0010 0000 cursor first 0100 0000 do notselect ent.field 1000 0000 + newFlags SHORT right to left 0000 0001 hindi 0000 0010 + reserved BYTE[11]
IOException
- if an I/O error occurs.public PhantomCListBoxColumn(PhantomFile data) throws IOException
IOException
public PhantomCListBoxColumn(PhantomControl bd, GofListColumnElement gofListColumnElement) throws IOException
bd
- The listbox base instance.gofListColumnElement
- A Gui-on-the-fly list column element.IOException
public PhantomCListBoxColumn()
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.