Uses of Interface
org.uberfire.ext.editor.commons.client.validation.Validator
-
-
Uses of Validator in org.uberfire.ext.editor.commons.client
Methods in org.uberfire.ext.editor.commons.client that return Validator Modifier and Type Method Description ValidatorBaseEditor. getCopyValidator()ValidatorBaseEditor. getRenameValidator() -
Uses of Validator in org.uberfire.ext.editor.commons.client.file.popups
Methods in org.uberfire.ext.editor.commons.client.file.popups with parameters of type Validator Modifier and Type Method Description voidCopyPopUpPresenter. show(org.uberfire.backend.vfs.Path path, Validator validator, CommandWithFileNameAndCommitMessage command)voidDeletePopUpPresenter. show(Validator validator, org.uberfire.mvp.ParameterizedCommand<String> command)voidRenamePopUpPresenter. show(org.uberfire.backend.vfs.Path path, Validator validator, boolean isDirty, CommandWithFileNameAndCommitMessage renameCommand, CommandWithFileNameAndCommitMessage saveAndRenameCommand)voidRenamePopUpPresenter. show(org.uberfire.backend.vfs.Path path, Validator validator, CommandWithFileNameAndCommitMessage renameCommand)voidRenamePopUpPresenter. show(org.uberfire.backend.vfs.Path path, Validator validator, CommandWithFileNameAndCommitMessage renameCommand, CommandWithFileNameAndCommitMessage saveAndRenameCommand, boolean isDirty, String originalFileName) -
Uses of Validator in org.uberfire.ext.editor.commons.client.menu
Methods in org.uberfire.ext.editor.commons.client.menu with parameters of type Validator Modifier and Type Method Description BasicFileMenuBuilderBasicFileMenuBuilder. addCopy(org.uberfire.backend.vfs.Path path, Validator validator, org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsCopy> copyCaller)BasicFileMenuBuilderBasicFileMenuBuilder. addCopy(BasicFileMenuBuilder.PathProvider provider, Validator validator, org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsCopy> copyCaller)BasicFileMenuBuilderBasicFileMenuBuilderImpl. addCopy(org.uberfire.backend.vfs.Path path, Validator validator, org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsCopy> copyCaller)BasicFileMenuBuilderBasicFileMenuBuilderImpl. addCopy(BasicFileMenuBuilder.PathProvider provider, Validator validator, org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsCopy> copyCaller)BasicFileMenuBuilderBasicFileMenuBuilder. addDelete(org.uberfire.backend.vfs.Path path, org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsDelete> deleteCaller, Validator validator)BasicFileMenuBuilderBasicFileMenuBuilder. addDelete(BasicFileMenuBuilder.PathProvider provider, org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsDelete> deleteCaller, Validator validator)BasicFileMenuBuilderBasicFileMenuBuilderImpl. addDelete(org.uberfire.backend.vfs.Path path, org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsDelete> deleteCaller, Validator validator)BasicFileMenuBuilderBasicFileMenuBuilderImpl. addDelete(BasicFileMenuBuilder.PathProvider provider, org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsDelete> deleteCaller, Validator validator)BasicFileMenuBuilderBasicFileMenuBuilder. addRename(org.uberfire.backend.vfs.Path path, Validator validator, org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsRename> renameCaller)BasicFileMenuBuilderBasicFileMenuBuilder. addRename(BasicFileMenuBuilder.PathProvider provider, Validator validator, org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsRename> renameCaller)BasicFileMenuBuilderBasicFileMenuBuilderImpl. addRename(org.uberfire.backend.vfs.Path path, Validator validator, org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsRename> renameCaller)BasicFileMenuBuilderBasicFileMenuBuilderImpl. addRename(BasicFileMenuBuilder.PathProvider provider, Validator validator, org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsRename> renameCaller) -
Uses of Validator in org.uberfire.ext.editor.commons.client.menu.common
Methods in org.uberfire.ext.editor.commons.client.menu.common with parameters of type Validator Modifier and Type Method Description SaveAndRenameCommandBuilder<T,M>SaveAndRenameCommandBuilder. addValidator(Validator validator) -
Uses of Validator in org.uberfire.ext.editor.commons.client.validation
Classes in org.uberfire.ext.editor.commons.client.validation that implement Validator Modifier and Type Class Description classDefaultFileNameValidatorDefault validation of resource file names
-