Class DataSetPanel

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.IsWidget

    @Dependent
    public class DataSetPanel
    extends Object
    implements com.google.gwt.user.client.ui.IsWidget

    Data Set Panel widget with a collapsed by default summary.

    It displays a panel with a header and a collape panel body.

    Since:
    0.3.0
    • Method Detail

      • asWidget

        public com.google.gwt.user.client.ui.Widget asWidget()
        Specified by:
        asWidget in interface com.google.gwt.user.client.ui.IsWidget
      • show

        public void show​(org.dashbuilder.dataset.def.DataSetDef def,
                         String parentPanelId)
      • close

        public void close()
      • disable

        public void disable()
      • getDataSetDef

        public org.dashbuilder.dataset.def.DataSetDef getDataSetDef()