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 SummaryConstructorsConstructorDescriptionDiffRecord(String name, String label, String val1, String val2, int position) 
- 
Method SummaryMethods inherited from class com.smartgwt.client.widgets.grid.ListGridRecordget_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, setSingleCellValueMethods inherited from class com.smartgwt.client.data.RecordconvertToRecordArray, copyAttributes, copyAttributesInto, getAttributeAsRecordArray, getAttributeAsRecordList, getPaletteDefaults, isARecord, toMapMethods inherited from class com.smartgwt.client.core.RefDataClassgetRef, getRefMethods inherited from class com.smartgwt.client.core.DataClassapplyFactoryProperties, 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, setFactoryCreatedMethods inherited from class com.smartgwt.client.core.JsObjectgetJsObj, setJavaScriptObject, setJsObj
- 
Constructor Details- 
DiffRecord
 
- 
- 
Method Details- 
getName
- 
setName
- 
setLabel
- 
setVal1
- 
setVal2
- 
getPositionpublic int getPosition()
- 
isDifferentpublic boolean isDifferent()
- 
compareTo- Specified by:
- compareToin interface- Comparable<MetadataDiff.DiffRecord>
 
- 
equals- Overrides:
- equalsin class- com.smartgwt.client.core.JsObject
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- com.smartgwt.client.core.JsObject
 
 
-