Package org.gorpipe.querydialogs
Class GridArgumentBuilder
java.lang.Object
org.gorpipe.querydialogs.factory.ArgumentBuilder
org.gorpipe.querydialogs.factory.builder.StringArgumentBuilder
org.gorpipe.querydialogs.GridArgumentBuilder
public class GridArgumentBuilder extends StringArgumentBuilder
Builder for grid argument.
-
Constructor Summary
Constructors Constructor Description GridArgumentBuilder(org.gorpipe.gor.model.FileReader fileResolver) -
Method Summary
Modifier and Type Method Description GridArgumentbuild(java.lang.String name, java.util.Map<java.lang.String,? extends java.lang.Object> attributes)Builds an arguments based on supplied attributes.Methods inherited from class org.gorpipe.querydialogs.factory.ArgumentBuilder
getAllowedValues, getArgumentDescription, getDisplayWidth, getValuesPath, safeString
-
Constructor Details
-
GridArgumentBuilder
public GridArgumentBuilder(org.gorpipe.gor.model.FileReader fileResolver)
-
-
Method Details
-
build
public GridArgument build(java.lang.String name, java.util.Map<java.lang.String,? extends java.lang.Object> attributes)Description copied from class:ArgumentBuilderBuilds an arguments based on supplied attributes.- Overrides:
buildin classStringArgumentBuilder- Parameters:
name- - the name of the argumentattributes- - attributes specific to an argument type- Returns:
- an appropriate argument
-