Class MetaDataFieldSkeleton

  • 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 MetaDataFieldSkeleton
    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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String RANGE_SEPARATOR  
      • 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
      void freeze()
      Freeze this widget (after on create)
      MetadataFieldWrapper getField()
      Get the original MetadataFieldWrapper object
      List<String> getFieldCurrentValue()
      Returns the current value of the field.
      String getFieldNameOriginal()
      Returns the current name of the field
      String getFieldNameQualified()
      Returns the current name of the field
      List<String> getGroupTitleFromThisGroup()
      Given the name and the value of this field, return a group title if it is the case.
      List<String> getTagFromThisField()
      Given the name and the value of this field, return a tag if it is the case.
      String isFieldValueValid()
      Check if this field has valid values
      boolean isGroupToForce()
      Check if the group associated (if it exists) should be forced
      boolean isPropagateUp()
      Check if the propagateUp is set
      void removeError()  
      void showError()  
      • 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
    • Method Detail

      • isFieldValueValid

        public String isFieldValueValid()
        Check if this field has valid values
        Returns:
        a string with the occurred error on error, null otherwise
      • getFieldCurrentValue

        public List<String> getFieldCurrentValue()
        Returns the current value of the field. In case of TimeInterval or TimeList see getTimeIntervalOrTimeListWithoutMissing()
        Returns:
      • getFieldNameOriginal

        public String getFieldNameOriginal()
        Returns the current name of the field
        Returns:
      • getFieldNameQualified

        public String getFieldNameQualified()
        Returns the current name of the field
        Returns:
      • freeze

        public void freeze()
        Freeze this widget (after on create)
      • getField

        public MetadataFieldWrapper getField()
        Get the original MetadataFieldWrapper object
        Returns:
      • removeError

        public void removeError()
      • showError

        public void showError()
      • getTagFromThisField

        public List<String> getTagFromThisField()
        Given the name and the value of this field, return a tag if it is the case.
        Returns:
        a tag as string
      • getGroupTitleFromThisGroup

        public List<String> getGroupTitleFromThisGroup()
        Given the name and the value of this field, return a group title if it is the case.
        Returns:
        a tag as string
      • isGroupToForce

        public boolean isGroupToForce()
        Check if the group associated (if it exists) should be forced
        Returns:
      • isPropagateUp

        public boolean isPropagateUp()
        Check if the propagateUp is set
        Returns: