Class AbstractUiElement<E extends AbstractElement,​T>

    • Constructor Detail

      • AbstractUiElement

        public AbstractUiElement​(E element,
                                 T uiElement)
    • Method Detail

      • postConstruct

        protected abstract void postConstruct()
        Init the UI element with the properties in the element.
      • setId

        public abstract void setId​(String id)
        Sets the UI element id.
        Parameters:
        id - UI element id.
      • setWidth

        public abstract void setWidth​(String width)
        Sets the UI element width.
        Parameters:
        width - UI element width.
      • setHeight

        public abstract void setHeight​(String height)
        Sets the UI element height.
        Parameters:
        height - UI element height.
      • build

        public void build()
      • getElement

        public E getElement()
      • getUiElement

        public T getUiElement()
      • fireUiElementEvent

        public void fireUiElementEvent​(EventDescriptor eventDescriptor)