|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBrowserField
This interface represents a browser field. A browser field defines a row in a browser.
| Method Summary | |
|---|---|
int |
getFieldIndex()
Returns the column field index of this browser field. |
InputFieldDefinition |
getInputFieldDefinition()
Returns the input field definition, which should be used to edit this field then used in an inform browser. |
java.lang.String |
getLabel()
Returns the label of this browser field. |
boolean |
isVisible()
Returns the default visibility of this browser field. |
| Methods inherited from interface de.tif.jacob.core.definition.INamedObjectDefinition |
|---|
getDescription, getName, getProperty |
| Method Detail |
|---|
boolean isVisible()
true if visible otherwise falsejava.lang.String getLabel()
Note: The label could be internationalized, if the label starts with a '%' character. In this case the label is interpreted as a key to the respective application resource bundles for internationalization.
InputFieldDefinition getInputFieldDefinition()
Note that this method is currently for internal use only!
int getFieldIndex()
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||