Package org.cyclos.model.users.records
Class TiledRecordsData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<RecordDTO>
-
- org.cyclos.model.users.records.RecordData
-
- org.cyclos.model.users.records.TiledRecordsData
-
- All Implemented Interfaces:
Serializable
public class TiledRecordsData extends RecordData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<Boolean,TiledRecordsData>CAN_CREATE_NEWstatic StringCLASS_NAMEstatic ListProperty<RecordVO,TiledRecordsData>RESULTS-
Fields inherited from class org.cyclos.model.users.records.RecordData
CUSTOM_OPERATIONS, DISPLAY, EDITABLE_FIELD_IDS, FIELDS
-
Fields inherited from class org.cyclos.model.EntityData
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, REMOVABLE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES
-
-
Constructor Summary
Constructors Constructor Description TiledRecordsData()TiledRecordsData(Property<T,? super TiledRecordsData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<RecordVO>getResults()booleanisCanCreateNew()voidsetCanCreateNew(boolean canCreateNew)voidsetResults(List<RecordVO> results)-
Methods inherited from class org.cyclos.model.users.records.RecordData
getCustomOperations, getDisplay, getEditableFieldIds, getFields, setCustomOperations, setDisplay, setEditableFieldIds, setFields
-
Methods inherited from class org.cyclos.model.EntityData
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, isRemovable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setRemovable, setTranslatedPropertyTypes, setTranslatedValues
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CAN_CREATE_NEW
public static final BasicProperty<Boolean,TiledRecordsData> CAN_CREATE_NEW
-
RESULTS
public static final ListProperty<RecordVO,TiledRecordsData> RESULTS
-
-
Constructor Detail
-
TiledRecordsData
public TiledRecordsData()
-
TiledRecordsData
public TiledRecordsData(Property<T,? super TiledRecordsData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classRecordData
-
isCanCreateNew
public boolean isCanCreateNew()
-
setCanCreateNew
public void setCanCreateNew(boolean canCreateNew)
-
className
public String className()
- Overrides:
classNamein classRecordData
-
-