Class MetadataDiff.DiffRecord
- 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.MetadataDiff.DiffRecord
-
- All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers
,Comparable<MetadataDiff.DiffRecord>
- Enclosing class:
- MetadataDiff
public class MetadataDiff.DiffRecord extends com.smartgwt.client.widgets.grid.ListGridRecord implements Comparable<MetadataDiff.DiffRecord>
-
-
Constructor Summary
Constructors Constructor Description DiffRecord(String name, String label, String val1, String val2, int position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(MetadataDiff.DiffRecord other)
String
getName()
int
getPosition()
boolean
isDifferent()
void
setLabel(String label)
void
setName(String name)
void
setVal1(String val1)
void
setVal2(String val2)
-
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.DataClass
applyFactoryProperties, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, 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
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
setLabel
public void setLabel(String label)
-
setVal1
public void setVal1(String val1)
-
setVal2
public void setVal2(String val2)
-
getPosition
public int getPosition()
-
isDifferent
public boolean isDifferent()
-
compareTo
public int compareTo(MetadataDiff.DiffRecord other)
- Specified by:
compareTo
in interfaceComparable<MetadataDiff.DiffRecord>
-
-