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 TypeMethodDescriptionvoidCmsAliasEditValidationRequest.setNewEntry(CmsAliasTableRow newEntry) Sets the new entry.voidCmsAliasEditValidationReply.setValidatedNewEntry(CmsAliasTableRow validatedNewEntry) Sets the validated new entry.voidCmsAliasTableRow.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 TypeMethodDescriptionvoidCmsAliasEditValidationReply.setChangedRows(List<CmsAliasTableRow> changedRows) Sets the changed rows.voidCmsAliasEditValidationRequest.setEditedData(List<CmsAliasTableRow> data) Sets the edited data list.voidCmsAliasEditValidationRequest.setOriginalData(List<CmsAliasTableRow> originalData) Sets the original data list.voidCmsAliasInitialFetchResult.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.