Class Form

    • Field Detail

      • PROPERTY_ID

        public static final String PROPERTY_ID
        Property id stored in column AD_Form_ID in table AD_Form
        Help: The Special Form field identifies a unique Special Form in the system.
        See Also:
        Constant Field Values
      • PROPERTY_CREATIONDATE

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

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

        public static final String PROPERTY_DESCRIPTION
        Property description stored in column Description in table AD_Form
        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_Form
        Help: The Help field contains a hint, comment or help about the use of this item.
        See Also:
        Constant Field Values
      • PROPERTY_DATAACCESSLEVEL

        public static final String PROPERTY_DATAACCESSLEVEL
        Property dataAccessLevel stored in column AccessLevel in table AD_Form
        Help: Indicates what type of data (in terms of AD_CLIENT and AD_ORG data columns) can be entered or viewed. We can classify data in 4 major categories: - System (AD_CLIENT_ID=0, AD_ORG_ID=0) - system data (such as metadata for window, tab and field definition) - Organization (AD_CLIENT<>0, AD_ORG_ID<>0) - data particular to an organization (such as sales orders) - Client/Organization (AD_CLIENT<>0, AD_ORG_ID=anything) - data particular to an organization or shared among all organizations within one client - Client (AD_CLIENT<>0, AD_ORG_ID=0) - data that is specific to a client but can be used by all organizations within that client or All (AD_CLIENT=anything, AD_ORG_ID=anything)
        See Also:
        Constant Field Values
      • PROPERTY_JAVACLASSNAME

        public static final String PROPERTY_JAVACLASSNAME
        Property javaClassName stored in column Classname in table AD_Form
        Help: The classname is used when generating a representation of the table in java (the entity or business object). The classname is the simplename of the class (so without the package name). Often the AD_Table.name can be used here. The combination of classname and package needs to be unique.
        See Also:
        Constant Field Values
      • PROPERTY_MODULE

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

        public static final String PROPERTY_ADVANCEDFEATURE
        Property advancedFeature stored in column IsAdvancedFeature in table AD_Form
        Help: Automatic roles are granted with all non advanced features defined within application dictionary. Advanced features are only granted to the automatic roles defined as advanced.
        See Also:
        Constant Field Values
      • PROPERTY_ADFORMACCESSLIST

        public static final String PROPERTY_ADFORMACCESSLIST
        Property aDFormAccessList stored in table AD_Form
        See Also:
        Constant Field Values
      • PROPERTY_ADFORMTRLLIST

        public static final String PROPERTY_ADFORMTRLLIST
        Property aDFormTrlList stored in table AD_Form
        See Also:
        Constant Field Values
      • PROPERTY_ADMENULIST

        public static final String PROPERTY_ADMENULIST
        Property aDMenuList stored in table AD_Form
        See Also:
        Constant Field Values
      • PROPERTY_ADMODELIMPLEMENTATIONLIST

        public static final String PROPERTY_ADMODELIMPLEMENTATIONLIST
        Property aDModelImplementationList stored in table AD_Form
        See Also:
        Constant Field Values
    • Constructor Detail

      • Form

        public Form()