public interface GofHostFieldIdentifier
This might be done when a host field wraps from one line to another line, or when several uneditable list cells are included in one single host field, as is normal on main frames.
| Modifier and Type | Field and Description |
|---|---|
static int |
FLOW_LAYOUT
Constant for specifying a flow layout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doIdentifyPartialFields(boolean flag)
This method must store a flag indicating what should be done with GofHostFields that are partially
inside, partially outside the area that should be identified.
|
Vector<GofHostField> |
getHostFields(int x,
int y,
int w,
int h)
This method retrieves the GofHostFields created in the identifyHostFields method.
|
Vector<GofHostField> |
getPopupWindowHostFields(int x,
int y,
int w,
int h)
This method retrieves the GofHostFields created in the identifyHostFields method, that are inside
a popup window.
|
void |
identifyHostFields(HostScreen screen)
This method must create the GofHostFields from the HostScreen's HostFields.
|
boolean |
isPartialFieldsIdentified()
This method queries if partial fields are identified when GofHostFields that are partially
inside, partially outside the area that should be identified.
|
static final int FLOW_LAYOUT
void identifyHostFields(HostScreen screen)
screen - The host screen to process.void doIdentifyPartialFields(boolean flag)
flag - The value of the flag.boolean isPartialFieldsIdentified()
true if partial fields are identified, false otherwise.Vector<GofHostField> getHostFields(int x, int y, int w, int h)
x - The start column.y - The start row.w - The width.h - The height.Vector<GofHostField> getPopupWindowHostFields(int x, int y, int w, int h)
x - The start column.y - The start row.w - The width.h - The height.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.