protected DXApplet.Builder |
DXApplet.Builder.getThisInstance() |
|
static DXApplet.Builder |
DXApplet.newApplet() |
Returns a Builder object for creating a new DXApplet.
|
static DXApplet.Builder |
DXApplet.newAppletWithEnvironment(DXEnvironment env) |
Returns a Builder object for creating a new DXApplet using the specified environment.
|
DXApplet.Builder |
DXApplet.Builder.setDescription(String description) |
Sets the description of the applet to be created.
|
DXApplet.Builder |
DXApplet.Builder.setInputSpecification(List<? extends InputParameter> inputSpec) |
Sets the input specification of the applet to be created.
|
DXApplet.Builder |
DXApplet.Builder.setOutputSpecification(List<? extends OutputParameter> outputSpec) |
Sets the output specification of the applet to be created.
|
DXApplet.Builder |
DXApplet.Builder.setRunSpecification(RunSpecification runSpec) |
Sets the run specification of the applet to be created.
|
DXApplet.Builder |
DXApplet.Builder.setSummary(String summary) |
Sets the summary of the applet to be created.
|
DXApplet.Builder |
DXApplet.Builder.setTitle(String title) |
Sets the title of the applet to be created.
|