Package org.cxbox.core.dto.data.view
Class WidgetDTO
- java.lang.Object
-
- org.cxbox.api.data.dto.DataResponseDTO
-
- org.cxbox.core.dto.data.view.WidgetDTO
-
- All Implemented Interfaces:
Serializable,org.cxbox.api.data.dto.CheckedDto,org.cxbox.api.data.IDataContainer<org.cxbox.api.data.dto.DataResponseDTO>,BcSource
public class WidgetDTO extends org.cxbox.api.data.dto.DataResponseDTO implements BcSource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WidgetDTO(ViewWidgets widgetWithPosition, int widgetIdCounter)WidgetDTO(Widget widget)
-
Method Summary
-
Methods inherited from class org.cxbox.api.data.dto.DataResponseDTO
addChangedField, addChangedField, addComputedField, getChangedFields, getComputedFields, getErrors, getId, getSerializableFields, getVstamp, hasChangedFields, isFieldChanged, isFieldChanged, isFieldComputed, isFieldSerializable, setChangedFields, setComputedFields, setErrors, setId, setSerializableFields, setVstamp, transformData
-
-
-
-
Constructor Detail
-
WidgetDTO
public WidgetDTO(ViewWidgets widgetWithPosition, int widgetIdCounter)
-
WidgetDTO
public WidgetDTO(Widget widget)
-
-