Class LazyControls


  • public class LazyControls
    extends java.lang.Object
    Lazy controls maps.
    Since:
    10.3.0
    Version:
    $Revision: 20807 $ $Date: 2017-11-30 17:08:51 -0200 (Thu, 30 Nov 2017) $
    • Field Detail

      • CONTROLS_VARIABLE_NAME

        public static final java.lang.String CONTROLS_VARIABLE_NAME
        See Also:
        Constant Field Values
      • CONTROLS_BY_TYPE_VARIABLE_NAME

        public static final java.lang.String CONTROLS_BY_TYPE_VARIABLE_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • LazyControls

        public LazyControls​(IXPath xpath)
        Parameters:
        xpath -
        Since:
        10.3.0
    • Method Detail

      • getControlsByIdMap

        public java.util.Map<java.lang.String,​java.lang.Object> getControlsByIdMap()
        Returns the controls by id map.
        Returns:
        the controls by id map.
        Since:
        10.3.0
      • getControlsByTypeMap

        public java.util.Map<java.lang.String,​java.lang.Object> getControlsByTypeMap()
        Returns the controls by type map.
        Returns:
        the controls by type map
        Since:
        10.3.0