Uses of Class
org.opencms.gwt.shared.alias.CmsAliasTableRow
Packages that use CmsAliasTableRow
-
Uses of CmsAliasTableRow in org.opencms.gwt.shared.alias
Methods in org.opencms.gwt.shared.alias that return CmsAliasTableRowModifier and TypeMethodDescriptionCmsAliasTableRow.copy()
Copies this object.CmsAliasEditValidationRequest.getNewEntry()
Gets the new entry added by the user.CmsAliasEditValidationReply.getValidatedNewEntry()
Gets the validated new entry.Methods in org.opencms.gwt.shared.alias that return types with arguments of type CmsAliasTableRowModifier and TypeMethodDescriptionCmsAliasEditValidationReply.getChangedRows()
Gets the changed rows.CmsAliasEditValidationRequest.getEditedData()
Gets the edited data.CmsAliasEditValidationRequest.getOriginalData()
Gets the original data list.CmsAliasInitialFetchResult.getRows()
Gets the alias table rows.Methods in org.opencms.gwt.shared.alias with parameters of type CmsAliasTableRowModifier and TypeMethodDescriptionvoid
CmsAliasEditValidationRequest.setNewEntry
(CmsAliasTableRow newEntry) Sets the new entry.void
CmsAliasEditValidationReply.setValidatedNewEntry
(CmsAliasTableRow validatedNewEntry) Sets the validated new entry.void
CmsAliasTableRow.update
(CmsAliasTableRow updateRow) Updates this bean with data from another instance.Method parameters in org.opencms.gwt.shared.alias with type arguments of type CmsAliasTableRowModifier and TypeMethodDescriptionvoid
CmsAliasEditValidationReply.setChangedRows
(List<CmsAliasTableRow> changedRows) Sets the changed rows.void
CmsAliasEditValidationRequest.setEditedData
(List<CmsAliasTableRow> data) Sets the edited data list.void
CmsAliasEditValidationRequest.setOriginalData
(List<CmsAliasTableRow> originalData) Sets the original data list.void
CmsAliasInitialFetchResult.setRows
(List<CmsAliasTableRow> rows) Sets the alias table rows.Constructors in org.opencms.gwt.shared.alias with parameters of type CmsAliasTableRowModifierConstructorDescriptionCmsAliasEditValidationRequest
(List<CmsAliasTableRow> originalData, List<CmsAliasTableRow> editedData, CmsAliasTableRow newEntry) Creates a new instance.Constructor parameters in org.opencms.gwt.shared.alias with type arguments of type CmsAliasTableRowModifierConstructorDescriptionCmsAliasEditValidationRequest
(List<CmsAliasTableRow> originalData, List<CmsAliasTableRow> editedData, CmsAliasTableRow newEntry) Creates a new instance.