Class ElementOptionsPanel


  • public class ElementOptionsPanel
    extends Object
    A side panel composed by set of sections with detailed information and options on an element.
    Author:
    Mauricio Ruiz Beltrán <mauricio.ruiz@kuwaiba.org>
    • Field Detail

      • EVENT_ACTION_SELECTION

        public static final String EVENT_ACTION_SELECTION
        This event occurs when an action is selected.
        See Also:
        Constant Field Values
    • Method Detail

      • build

        public com.vaadin.flow.component.Component build()
      • getSelectedElement

        public ElementUi getSelectedElement()
      • setSelectedElement

        public void setSelectedElement​(ElementUi selectedElement)
      • isShowPropertySheet

        public boolean isShowPropertySheet()
      • setShowPropertySheet

        public void setShowPropertySheet​(boolean showPropertySheet)
      • isShowEvents

        public boolean isShowEvents()
      • setShowEvents

        public void setShowEvents​(boolean showEvents)
      • isShowCoreActions

        public boolean isShowCoreActions()
      • setShowCoreActions

        public void setShowCoreActions​(boolean showCoreActions)
      • setSelectionListener

        public void setSelectionListener​(ActionListener selectionListener)