com.sas.prompts.definitions
Interface MutableRequiredDefinitionInterface
- All Known Implementing Classes:
- BaseDefinitionRange, ColorDefinition, DataSourceDefinition, DateRangeDefinition, DoubleRangeDefinition, InputFileDefinition, IntegerRangeDefinition, OutputFileDefinition, SASLibraryDefinition, StringRangeDefinition
public interface MutableRequiredDefinitionInterface
Interface which allows a prompt to be configured such that a value is required to be entered before processing
can continue.
Method Summary |
void |
setRequired(boolean required)
Sets whether the user will be required to enter a value for this prompt before continuing
in the application |
setRequired
void setRequired(boolean required)
- Sets whether the user will be required to enter a value for this prompt before continuing
in the application
- Parameters:
required
- whether the user will be required to enter a value for this prompt before continuing
in the application
Copyright © 2009 SAS Institute Inc. All Rights Reserved.