Class VersionMetadata.MetadataRecord

java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.core.RefDataClass
com.smartgwt.client.data.Record
com.smartgwt.client.widgets.grid.ListGridRecord
com.logicaldoc.gui.frontend.client.document.VersionMetadata.MetadataRecord
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, Comparable<VersionMetadata.MetadataRecord>
Enclosing class:
VersionMetadata

public class VersionMetadata.MetadataRecord extends com.smartgwt.client.widgets.grid.ListGridRecord implements Comparable<VersionMetadata.MetadataRecord>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    MetadataRecord(String name, String label, String val, int position)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    boolean
    equals(Object other)
     
     
     
    int
     
    int
     
    void
     
    void
     
    void
     
    void
     

    Methods inherited from class com.smartgwt.client.widgets.grid.ListGridRecord

    get_baseStyle, get_canEdit, get_canRemove, getBackgroundComponent, getCanAcceptDrop, getCanDrag, getCanExpand, getCanSelect, getCustomStyle, getDetailDS, getEmbeddedComponent, getEmbeddedComponentFields, getEmbeddedComponentPosition, getEnabled, getIncludeInSummary, getIsGridSummary, getIsGroupSummary, getIsSeparator, getLinkText, getOrCreateRef, getShowRollOver, getSingleCellValue, set_baseStyle, set_canEdit, set_canRemove, setBackgroundComponent, setCanAcceptDrop, setCanDrag, setCanExpand, setCanSelect, setCustomStyle, setDetailDS, setEmbeddedComponent, setEmbeddedComponentFields, setEmbeddedComponentPosition, setEnabled, setIncludeInSummary, setIsGridSummary, setIsGroupSummary, setIsSeparator, setLinkText, setShowRollOver, setSingleCellValue

    Methods inherited from class com.smartgwt.client.data.Record

    convertToRecordArray, copyAttributes, copyAttributesInto, getAttributeAsRecordArray, getAttributeAsRecordList, getPaletteDefaults, isARecord, toMap

    Methods inherited from class com.smartgwt.client.core.RefDataClass

    getRef, getRef

    Methods inherited from class com.smartgwt.client.core.DataClass

    applyFactoryProperties, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated

    Methods inherited from class com.smartgwt.client.core.JsObject

    getJsObj, setJavaScriptObject, setJsObj

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MetadataRecord

      public MetadataRecord(GUIAttribute attribute)
    • MetadataRecord

      public MetadataRecord(String name, String label, String val, int position)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setLabel

      public void setLabel(String label)
    • setVal

      public void setVal(String val)
    • getPosition

      public int getPosition()
    • getAttribute

      public GUIAttribute getAttribute()
    • setAttribute

      public void setAttribute(GUIAttribute attribute)
    • compareTo

      public int compareTo(VersionMetadata.MetadataRecord other)
      Specified by:
      compareTo in interface Comparable<VersionMetadata.MetadataRecord>
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class com.smartgwt.client.core.JsObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.smartgwt.client.core.JsObject