Class PaletteScreen

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget

    @Dependent
    public class PaletteScreen
    extends com.google.gwt.user.client.ui.Composite
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject

        com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
    • Constructor Summary

      Constructors 
      Constructor Description
      PaletteScreen()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getTitle()  
      com.google.gwt.user.client.ui.IsWidget getView()  
      void init()  
      • Methods inherited from class com.google.gwt.user.client.ui.Composite

        claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
      • Methods inherited from class com.google.gwt.user.client.ui.Widget

        addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
      • Methods inherited from class com.google.gwt.user.client.ui.UIObject

        addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
    • Field Detail

      • categoryShapes

        @UiField
        public com.google.gwt.user.client.ui.SimplePanel categoryShapes
      • categoryFixedShapes

        @UiField
        public com.google.gwt.user.client.ui.SimplePanel categoryFixedShapes
      • categoryConnectors

        @UiField
        public com.google.gwt.user.client.ui.SimplePanel categoryConnectors
      • categoryContainers

        @UiField
        public com.google.gwt.user.client.ui.SimplePanel categoryContainers
      • accordion

        @UiField
        public org.gwtbootstrap3.client.ui.PanelGroup accordion
      • headerCategoryShapes

        @UiField
        public org.gwtbootstrap3.client.ui.PanelHeader headerCategoryShapes
      • collapseCategoryShapes

        @UiField
        public org.gwtbootstrap3.client.ui.PanelCollapse collapseCategoryShapes
      • headerCategoryFixedShapes

        @UiField
        public org.gwtbootstrap3.client.ui.PanelHeader headerCategoryFixedShapes
      • collapseCategoryFixedShapes

        @UiField
        public org.gwtbootstrap3.client.ui.PanelCollapse collapseCategoryFixedShapes
      • headerCategoryConnectors

        @UiField
        public org.gwtbootstrap3.client.ui.PanelHeader headerCategoryConnectors
      • collapseCategoryConnectors

        @UiField
        public org.gwtbootstrap3.client.ui.PanelCollapse collapseCategoryConnectors
      • headerCategoryContainers

        @UiField
        public org.gwtbootstrap3.client.ui.PanelHeader headerCategoryContainers
      • collapseCategoryContainers

        @UiField
        public org.gwtbootstrap3.client.ui.PanelCollapse collapseCategoryContainers
    • Constructor Detail

      • PaletteScreen

        public PaletteScreen()
    • Method Detail

      • getTitle

        public String getTitle()
        Overrides:
        getTitle in class com.google.gwt.user.client.ui.UIObject
      • getView

        public com.google.gwt.user.client.ui.IsWidget getView()