@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class RSTableModelDto extends RsDto
RSTableModel
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_DATA |
static java.lang.String |
PROPERTY_TABLE_DEFINITION |
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
RSTableModelDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearModified() |
java.util.List<RSTableRowDto> |
getData() |
static PropertyAccessor<RSTableModelDto,java.util.List<RSTableRowDto>> |
getDataPropertyAccessor() |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
TableDefinitionDto |
getTableDefinition() |
static PropertyAccessor<RSTableModelDto,TableDefinitionDto> |
getTableDefinitionPropertyAccessor() |
RSTableModelDtoPA |
instantiatePropertyAccess() |
boolean |
isDataModified() |
boolean |
isModified() |
boolean |
isTableDefinitionModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setData(java.util.List<RSTableRowDto> data) |
void |
setTableDefinition(TableDefinitionDto tableDefinition) |
java.lang.String |
toString() |
addInstanceChangedHandler, addObjectChangedHandler, commit, commit, deepSet, fireEvent, fireObjectChangedEvent, fireObjectChangedEvent, fireObjectChangedEvent, getDtoProxyId, getDtoView, getValueProviderByPath, isDtoProxy, isSilenceEvents, isTrackChanges, markAsProxy, redo, redo, rollback, rollback, setDtoView, silenceEvents, toDisplayTitle, toIcon, toTypeDescription, trackChanges, undo, undopublic static final java.lang.String PROPERTY_DATA
public static final java.lang.String PROPERTY_TABLE_DEFINITION
public java.util.List<RSTableRowDto> getData()
public void setData(java.util.List<RSTableRowDto> data)
public boolean isDataModified()
public static PropertyAccessor<RSTableModelDto,java.util.List<RSTableRowDto>> getDataPropertyAccessor()
public TableDefinitionDto getTableDefinition()
public void setTableDefinition(TableDefinitionDto tableDefinition)
public boolean isTableDefinitionModified()
public static PropertyAccessor<RSTableModelDto,TableDefinitionDto> getTableDefinitionPropertyAccessor()
public java.lang.String toString()
toString in class java.lang.Objectpublic static Dto2PosoMapper newPosoMapper()
public RSTableModelDtoPA instantiatePropertyAccess()
public void clearModified()
clearModified in class Dtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class RsDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class Dtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class Dtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class Dtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class Dto