|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.www.WebField
public class WebField
Web Field.
| Field Summary | |
|---|---|
static String |
C_ERROR
CSS Field Error Class |
static String |
C_MANDATORY
CSS Field Mandatory Class |
protected static CLogger |
log
|
| Constructor Summary | |
|---|---|
WebField(WebSessionCtx wsc,
String columnName,
String name,
String description,
int displayType,
int fieldLength,
int displayLength,
boolean longField,
boolean readOnly,
boolean mandatory,
boolean error,
boolean hasDependents,
boolean hasCallout,
int AD_Process_ID,
int AD_Window_ID,
int AD_Record_ID,
int AD_Table_ID,
int fieldNumber,
Object defaultvalue,
String callOut,
GridTab mTab,
GridField mField,
MRole mRole)
Web Field |
|
| Method Summary | |
|---|---|
org.apache.ecs.xhtml.td |
getField(Lookup lookup,
Object data)
Get Field |
org.apache.ecs.xhtml.td |
getLabel()
Get the field Label |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static CLogger log
public static final String C_MANDATORY
public static final String C_ERROR
| Constructor Detail |
|---|
public WebField(WebSessionCtx wsc,
String columnName,
String name,
String description,
int displayType,
int fieldLength,
int displayLength,
boolean longField,
boolean readOnly,
boolean mandatory,
boolean error,
boolean hasDependents,
boolean hasCallout,
int AD_Process_ID,
int AD_Window_ID,
int AD_Record_ID,
int AD_Table_ID,
int fieldNumber,
Object defaultvalue,
String callOut,
GridTab mTab,
GridField mField,
MRole mRole)
wsc - session contextcolumnName - columnname - labeldescription - descriptiondisplayType - display typefieldLength - field lengthdisplayLength - optional display lengthlongField - if true spans 3 columnsreadOnly - read onlymandatory - mandatoryerror - erro statushasDependents - has dependent fieldshasCallout - has callout functions| Method Detail |
|---|
public org.apache.ecs.xhtml.td getLabel()
public org.apache.ecs.xhtml.td getField(Lookup lookup,
Object data)
lookup - lookupdata - data
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||