Class ResourceInfoForm

  • 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

    public class ResourceInfoForm
    extends com.google.gwt.user.client.ui.Composite
    A resource information form panel
    Author:
    Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
    • 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.github.gwtbootstrap.client.ui.TextArea resourceDescription  
      com.github.gwtbootstrap.client.ui.TextBox resourceFormat  
      com.github.gwtbootstrap.client.ui.TextBox resourceName  
      com.github.gwtbootstrap.client.ui.TextBox resourcePath  
      com.github.gwtbootstrap.client.ui.Button updateResourceButton  
      • Fields inherited from class com.google.gwt.user.client.ui.UIObject

        DEBUG_ID_PREFIX
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void clearPanel()  
      ResourceElementBean getResourceBean()  
      String getResourceDescription()  
      String getResourceFormat()  
      String getResourceName()  
      String getResourcePath()  
      void removeError​(com.github.gwtbootstrap.client.ui.ControlGroup control)  
      void setResourceFormat​(String resourceFormat)  
      void setResourceName​(String resourceName)  
      void setResourcePath​(String resourcePath)  
      void showError​(com.github.gwtbootstrap.client.ui.ControlGroup control)  
      • 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, getTitle, 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

      • resourceName

        @UiField
        public com.github.gwtbootstrap.client.ui.TextBox resourceName
      • resourcePath

        @UiField
        public com.github.gwtbootstrap.client.ui.TextBox resourcePath
      • resourceFormat

        @UiField
        public com.github.gwtbootstrap.client.ui.TextBox resourceFormat
      • resourceDescription

        @UiField
        public com.github.gwtbootstrap.client.ui.TextArea resourceDescription
      • updateResourceButton

        @UiField
        public com.github.gwtbootstrap.client.ui.Button updateResourceButton
    • Method Detail

      • getResourceName

        public String getResourceName()
      • setResourceName

        public void setResourceName​(String resourceName)
      • getResourcePath

        public String getResourcePath()
      • setResourcePath

        public void setResourcePath​(String resourcePath)
      • getResourceFormat

        public String getResourceFormat()
      • setResourceFormat

        public void setResourceFormat​(String resourceFormat)
      • getResourceDescription

        public String getResourceDescription()
      • removeError

        public void removeError​(com.github.gwtbootstrap.client.ui.ControlGroup control)
      • showError

        public void showError​(com.github.gwtbootstrap.client.ui.ControlGroup control)
      • clearPanel

        protected void clearPanel()