public class TiledRecordsData extends RecordData
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,TiledRecordsData> |
CAN_CREATE_NEW |
static java.lang.String |
CLASS_NAME |
static ListProperty<RecordVO,TiledRecordsData> |
RESULTS |
CAN_REMOVE, EDITABLE_FIELD_IDS, RECORD_TYPECAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
TiledRecordsData() |
TiledRecordsData(Property<T,? super TiledRecordsData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<RecordVO> |
getResults() |
boolean |
isCanCreateNew() |
void |
setCanCreateNew(boolean canCreateNew) |
void |
setResults(java.util.List<RecordVO> results) |
getEditableFieldIds, getRecordType, isCanRemove, setCanRemove, setEditableFieldIds, setRecordTypegetConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,TiledRecordsData> CAN_CREATE_NEW
public static final ListProperty<RecordVO,TiledRecordsData> RESULTS
public TiledRecordsData()
public TiledRecordsData(Property<T,? super TiledRecordsData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class RecordDatapublic boolean isCanCreateNew()
public void setCanCreateNew(boolean canCreateNew)
public java.util.List<RecordVO> getResults()
public void setResults(java.util.List<RecordVO> results)
public java.lang.String className()
className in class RecordData