|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuilderInputDefinition
Java representation of a BuilderInputDefinition.
Field Summary | |
---|---|
static int |
PT_ELEMENTS
|
static int |
PT_NONE
|
static int |
PT_VALUE
|
static int |
TY_BOOLEAN
boolean builder input |
static int |
TY_OBJECT
Object builder input |
static int |
TY_STRING
String builder input |
static int |
TY_XML
XML builder input |
Method Summary | |
---|---|
java.util.Map |
getArguments()
Get the currently defined set of arguments. |
java.lang.Object |
getEmptyValueReplacement()
Gets the default value if one is defined, else null. |
java.lang.String |
getHelpText()
Gets help text for this input |
java.lang.String |
getName()
Gets name of this input |
int |
getProfileType()
See if this input can be profile-enabled. |
java.lang.String |
getPrompt()
Gets prompt for this input |
int |
getType()
Gets type of input (TY_x value) |
boolean |
isAvailableInPropertyPanel()
true if this BuilderInput is allowed to be used in a property panel. |
boolean |
isCallable()
See if this input should be part of callable builder API |
boolean |
isDeprecated()
Return true if this input is marked deprecated |
boolean |
isRequired()
Get required flag |
boolean |
isVisible()
See if input is initially visible (can be shown/hidden by coordinator) |
DynamicBuilderInputDefinition |
makeDynamicCopy(BuilderInputs builderInputs)
Create a DynamicBuilderInputDefinition (internal use) |
Field Detail |
---|
static final int PT_ELEMENTS
static final int PT_NONE
static final int PT_VALUE
static final int TY_BOOLEAN
static final int TY_OBJECT
static final int TY_STRING
static final int TY_XML
Method Detail |
---|
java.util.Map getArguments()
java.lang.Object getEmptyValueReplacement()
java.lang.String getHelpText()
java.lang.String getName()
int getProfileType()
java.lang.String getPrompt()
int getType()
boolean isAvailableInPropertyPanel()
boolean isCallable()
boolean isDeprecated()
boolean isRequired()
boolean isVisible()
DynamicBuilderInputDefinition makeDynamicCopy(BuilderInputs builderInputs)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |