Class Field

    • Field Detail

      • PROPERTY_ID

        public static final String PROPERTY_ID
        Property id stored in column AD_Field_ID in table AD_Field
        Help: The Field identifies a field on a database table.
        See Also:
        Constant Field Values
      • PROPERTY_CREATIONDATE

        public static final String PROPERTY_CREATIONDATE
        Property creationDate stored in column Created in table AD_Field
        See Also:
        Traceable, Constant Field Values
      • PROPERTY_NAME

        public static final String PROPERTY_NAME
        Property name stored in column Name in table AD_Field
        See Also:
        Constant Field Values
      • PROPERTY_DESCRIPTION

        public static final String PROPERTY_DESCRIPTION
        Property description stored in column Description in table AD_Field
        Help: A description is limited to 255 characters.
        See Also:
        Constant Field Values
      • PROPERTY_HELPCOMMENT

        public static final String PROPERTY_HELPCOMMENT
        Property helpComment stored in column Help in table AD_Field
        Help: The Help field contains a hint, comment or help about the use of this item.
        See Also:
        Constant Field Values
      • PROPERTY_CENTRALMAINTENANCE

        public static final String PROPERTY_CENTRALMAINTENANCE
        Property centralMaintenance stored in column IsCentrallyMaintained in table AD_Field
        Help: The Centrally Maintained checkbox indicates if the Name, Description and Help maintained in 'System Element' table or 'Window' table.
        See Also:
        Constant Field Values
      • PROPERTY_TAB

        public static final String PROPERTY_TAB
        Property tab stored in column AD_Tab_ID in table AD_Field
        Help: The Tab indicates a tab that displays within a window.
        See Also:
        Constant Field Values
      • PROPERTY_COLUMN

        public static final String PROPERTY_COLUMN
        Property column stored in column AD_Column_ID in table AD_Field
        Help: Link to the database column of the table
        See Also:
        Constant Field Values
      • PROPERTY_PROPERTY

        public static final String PROPERTY_PROPERTY
        Property property stored in column Property in table AD_Field
        Help: It is the "Configuration Property" this record sets value to. Configuration Properties are defined by modules with the purpose other modules are capable to assign them values.
        See Also:
        Constant Field Values
      • PROPERTY_IGNOREINWAD

        public static final String PROPERTY_IGNOREINWAD
        Property ignoreInWad stored in column Ignoreinwad in table AD_Field
        See Also:
        Constant Field Values
      • PROPERTY_FIELDGROUP

        public static final String PROPERTY_FIELDGROUP
        Property fieldGroup stored in column AD_FieldGroup_ID in table AD_Field
        Help: The Field Group indicates the logical group that this field belongs to (History, Amounts, Quantities)
        See Also:
        Constant Field Values
      • PROPERTY_DISPLAYED

        public static final String PROPERTY_DISPLAYED
        Property displayed stored in column IsDisplayed in table AD_Field
        Help: If the field is displayed, the field Display Logic will determine at runtime, if it is actually displayed
        See Also:
        Constant Field Values
      • PROPERTY_DISPLAYLOGIC

        public static final String PROPERTY_DISPLAYLOGIC
        Property displayLogic stored in column DisplayLogic in table AD_Field
        Help: A specification of statements which, when evaluated as false, cause the field to appear hidden.
        See Also:
        Constant Field Values
      • PROPERTY_DISPLAYEDLENGTH

        public static final String PROPERTY_DISPLAYEDLENGTH
        Property displayedLength stored in column DisplayLength in table AD_Field
        Help: Display length is the size that will be appear for the field, it can be different that the actual size of the column (note that if it is bigger than the column the data will be truncated to the column size).
        See Also:
        Constant Field Values
      • PROPERTY_READONLY

        public static final String PROPERTY_READONLY
        Property readOnly stored in column IsReadOnly in table AD_Field
        Help: The Read Only indicates that this field may only be Read. It may not be updated.
        See Also:
        Constant Field Values
      • PROPERTY_SEQUENCENUMBER

        public static final String PROPERTY_SEQUENCENUMBER
        Property sequenceNumber stored in column SeqNo in table AD_Field
        Help: The Sequence indicates the order of records
        See Also:
        Constant Field Values
      • PROPERTY_RECORDSORTNO

        public static final String PROPERTY_RECORDSORTNO
        Property recordSortNo stored in column SortNo in table AD_Field
        Help: The Record Sort No indicates the ascending sort sequence of the records
        See Also:
        Constant Field Values
      • PROPERTY_DISPLAYONSAMELINE

        public static final String PROPERTY_DISPLAYONSAMELINE
        Property displayOnSameLine stored in column IsSameLine in table AD_Field
        Help: An indication that the field will display on the same line as the previous one.
        See Also:
        Constant Field Values
      • PROPERTY_DISPLAYFIELDONLY

        public static final String PROPERTY_DISPLAYFIELDONLY
        Property displayFieldOnly stored in column IsFieldOnly in table AD_Field
        Help: The Field Only checkbox indicates that the column will display without a label.
        See Also:
        Constant Field Values
      • PROPERTY_DISPLAYENCRIPTION

        @Deprecated
        public static final String PROPERTY_DISPLAYENCRIPTION
        Deprecated.
        Property marked as deprecated on field Development Status
        Property displayEncription stored in column IsEncrypted in table AD_Field
        Help: This option is deprecated. One of the new references "Password (decryptable)" or "Password (not-decryptable)" should be used instead.
        See Also:
        Constant Field Values
      • PROPERTY_SHOWINGRIDVIEW

        public static final String PROPERTY_SHOWINGRIDVIEW
        Property showInGridView stored in column ShowInRelation in table AD_Field
        Help: When this field is set as 'Y' the field will be shown in the grid view (as well as in the form view), otherwise it only will be displayed in the form view.
        See Also:
        Constant Field Values
      • PROPERTY_ISFIRSTFOCUSEDFIELD

        public static final String PROPERTY_ISFIRSTFOCUSEDFIELD
        Property isFirstFocusedField stored in column Isfirstfocusedfield in table AD_Field
        Help: When it is active this field will be focused by default when the tab is opened.
        See Also:
        Constant Field Values
      • PROPERTY_MODULE

        public static final String PROPERTY_MODULE
        Property module stored in column AD_Module_ID in table AD_Field
        Help: Indicates the module the element forms part of.
        See Also:
        Constant Field Values
      • PROPERTY_GRIDPOSITION

        public static final String PROPERTY_GRIDPOSITION
        Property gridPosition stored in column Grid_Seqno in table AD_Field
        Help: Position of the column in grid view. If there are fields shown in grid with this property set, they will be placed at first in grid ordered by this value, after them, the rest of fields ordered by their seqNo value.
        See Also:
        Constant Field Values
      • PROPERTY_STARTINODDCOLUMN

        public static final String PROPERTY_STARTINODDCOLUMN
        Property startinoddcolumn stored in column Startinoddcolumn in table AD_Field
        See Also:
        Constant Field Values
      • PROPERTY_STARTNEWLINE

        public static final String PROPERTY_STARTNEWLINE
        Property startnewline stored in column Startnewline in table AD_Field
        See Also:
        Constant Field Values
      • PROPERTY_SHOWNINSTATUSBAR

        public static final String PROPERTY_SHOWNINSTATUSBAR
        Property shownInStatusBar stored in column isShownInStatusBar in table AD_Field
        Help: Defines if the field is shown in the status bar.
        See Also:
        Constant Field Values
      • PROPERTY_ONCHANGEFUNCTION

        public static final String PROPERTY_ONCHANGEFUNCTION
        Property onChangeFunction stored in column Onchangefunction in table AD_Field
        Help: This function needs to be the global id of a javascript function which is called on the client whenever the value of the field changes.
        See Also:
        Constant Field Values
      • PROPERTY_CLIENTCLASS

        public static final String PROPERTY_CLIENTCLASS
        Property clientclass stored in column Clientclass in table AD_Field
        See Also:
        Constant Field Values
      • PROPERTY_DISPLAYLOGICGRID

        public static final String PROPERTY_DISPLAYLOGICGRID
        Property displaylogicgrid stored in column Displaylogicgrid in table AD_Field
        See Also:
        Constant Field Values
      • PROPERTY_OBUIAPPCOLSPAN

        public static final String PROPERTY_OBUIAPPCOLSPAN
        Property obuiappColspan stored in column EM_Obuiapp_Colspan in table AD_Field
        Help: This value can be used to define, multi-columns fields. So fields occupying more then one column. If this value is not set the normal calculation takes place.
        See Also:
        Constant Field Values
      • PROPERTY_OBUIAPPROWSPAN

        public static final String PROPERTY_OBUIAPPROWSPAN
        Property obuiappRowspan stored in column EM_Obuiapp_Rowspan in table AD_Field
        Help: This value can be used to define, multi-row fields. So fields occupying more then one row. If this value is not set the normal calculation takes place.
        See Also:
        Constant Field Values
      • PROPERTY_OBUIAPPVALIDATOR

        public static final String PROPERTY_OBUIAPPVALIDATOR
        Property obuiappValidator stored in column EM_Obuiapp_Validator in table AD_Field
        Help: By default a field have a set of validation functions, isNumber, isBoolean, etc. The developer can define a custom validator function to check the value entered by a the user.
        See Also:
        Constant Field Values
      • PROPERTY_OBUIAPPSHOWSUMMARY

        @Deprecated
        public static final String PROPERTY_OBUIAPPSHOWSUMMARY
        Deprecated.
        Property marked as deprecated on field Development Status
        Property oBUIAPPShowSummary stored in column EM_Obuiapp_Showsummary in table AD_Field
        Help: Defines if the Field should show a summary function at the end of the grid
        See Also:
        Constant Field Values
      • PROPERTY_OBUIAPPSUMMARYFN

        public static final String PROPERTY_OBUIAPPSUMMARYFN
        Property obuiappSummaryfn stored in column EM_Obuiapp_Summaryfn in table AD_Field
        Help: Defines the summary function to use, valid values: sum, avg, max, min, count
        See Also:
        Constant Field Values
      • PROPERTY_OBUISELOUTFIELD

        public static final String PROPERTY_OBUISELOUTFIELD
        Property obuiselOutfield stored in column EM_Obuisel_Outfield_ID in table AD_Field
        Help: The new selector can define a field as 'Out Field'. If a column from a tab is using a selector with an out field it will get listed. A field from the tab can receive the value of an Selector Out Field when the user picks a record in the selector. This fields establishes the connection between a selector out field and a field in the tab.
        See Also:
        Constant Field Values
      • PROPERTY_OBUIAPPDEFAULTEXPRESSION

        public static final String PROPERTY_OBUIAPPDEFAULTEXPRESSION
        Property obuiappDefaultExpression stored in column EM_Obuiapp_Default_Expression in table AD_Field
        Help: Defines a JavaScript expression that will be evaluated in the server side and used as default value for the property. You can use any type of variable but it must match the property type, examples: true - the property associated is a boolean "Hello" - the property associated is a string 5.3 - the property associated is a number You can also access the Openbravo API through the OB object and do some more complex expressions, e.g. OB.getSession().getAttribute("SESSIONVAR"); This will retrieve the session variable SESSIONVAR and use it as default value for the filter of this field.
        See Also:
        Constant Field Values
      • PROPERTY_DISPLAYLOGICEVALUATEDINTHESERVER

        public static final String PROPERTY_DISPLAYLOGICEVALUATEDINTHESERVER
        Property displayLogicEvaluatedInTheServer stored in column Displaylogic_Server in table AD_Field
        Help: A specification of statements which, when evaluated as false in the Server, cause the field to not appear at all in the Window generated.
        See Also:
        Constant Field Values
      • PROPERTY_ADFIELDACCESSLIST

        public static final String PROPERTY_ADFIELDACCESSLIST
        Property aDFieldAccessList stored in table AD_Field
        See Also:
        Constant Field Values
      • PROPERTY_ADFIELDTRLLIST

        public static final String PROPERTY_ADFIELDTRLLIST
        Property aDFieldTrlList stored in table AD_Field
        See Also:
        Constant Field Values
      • PROPERTY_OBUIAPPGCFIELDLIST

        public static final String PROPERTY_OBUIAPPGCFIELDLIST
        Property oBUIAPPGCFieldList stored in table AD_Field
        See Also:
        Constant Field Values
    • Constructor Detail

      • Field

        public Field()