Class InternalSymbols

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String RESERVED_FORM_CONTROL_NAMES
      Comma-separated list of pre-allocated Form component control names.
    • Constructor Summary

      Constructors 
      Constructor Description
      InternalSymbols()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RESERVED_FORM_CONTROL_NAMES

        @IncompatibleChange(release="5.4",
                            details="Renamed from PRE_SELECTED_FORM_NAMES.")
        public static final java.lang.String RESERVED_FORM_CONTROL_NAMES
        Comma-separated list of pre-allocated Form component control names. Basically, this exists to work around name collisions on the client side. Starting in 5.3, these names are also pre-allocated as ids.
        Since:
        5.2.0
        See Also:
        Constant Field Values