|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParameterElement
A parameter element is the element which is in adhoc parameter sheet.
| Field Summary |
|---|
| Fields inherited from interface inetsoft.report.ReportElement |
|---|
AGGREGATE, AUTOSIZE, GROW, LOCAL_QUERY, QUERY, XNODEPATH |
| Method Summary | |
|---|---|
boolean |
containsHiddenField(String name)
Check if a hidden field is set. |
Object[] |
getChoices()
Return the text in the text lens. |
String |
getDefaultValue()
Get the default value of the parameter. |
String |
getDependence()
Get the dependent parameter name of the parameter. |
String |
getForm()
Get the name of the form. |
Object |
getHiddenField(String name)
Get the value of a hidden field. |
Enumeration |
getHiddenFieldNames()
Return the names of all hidden fields in the form. |
String |
getLabel()
Get the label of the parameter. |
int |
getMaxLength()
Get the maximum number of characters a parameter allows. |
String |
getName()
Get the name of the parameter. |
Object[] |
getSelectedItems()
Get the selected items. |
Size |
getSize()
Set the size of paintable element contained in parameter element. |
int |
getStyle()
Get the display style of the parameter. |
String |
getToolTip()
Get the toolTip of the parameter. |
XTypeNode |
getTypeNode()
Get the parameter value type. |
Object[] |
getValues()
Get the list of values. |
boolean |
isOptional()
Check if this field is optional. |
boolean |
isSubmitOnChange()
Check if this field should submit the form when the value is changed. |
void |
setChoices(Object[] choices)
Set the text contained in this text element. |
void |
setDefaultValue(String value)
Set the default value of a parameter. |
void |
setDependence(String dependence)
Set the dependent parameter name of a parameter. |
void |
setForm(String form)
Set name of the form that contains this element. |
void |
setHiddenField(String name,
Object value)
Set (add) a hidden field to the form. |
void |
setLabel(String name)
Set the label of a parameter. |
void |
setMaxLength(int max)
Set the maximum number of characters a parameter allows. |
void |
setName(String name)
Set the name of a parameter. |
void |
setOptional(boolean optional)
Set this field Optional or not. |
void |
setSelectedItems(Object[] selected)
Set the selected items. |
void |
setSize(Size size)
Set the size of paintable element contained in parameter element. |
void |
setStyle(int style)
Set the display style of a parameter. |
void |
setSubmitOnChange(boolean submit)
Set whether to submit the format when the value of the field is changed. |
void |
setToolTip(String name)
Set the toolTip of a parameter. |
void |
setTypeNode(XTypeNode xtype)
Set the type of the parameter. |
void |
setValues(Object[] values)
Set a list of values to choose the value from. |
| Methods inherited from interface inetsoft.report.CompositeElement |
|---|
getComposite, isLineAfter, setComposite, setLineAfter |
| Methods inherited from interface inetsoft.report.internal.BindableTabularElement |
|---|
applyFilters, applyVisible, getFilterBaseTable, getFilterTable, getVisibleTable |
| Methods inherited from interface inetsoft.report.internal.NonScalar |
|---|
getBaseTable, getTable, getTopTable, resetFilter, setTable |
| Methods inherited from interface inetsoft.report.internal.BindableElement |
|---|
getBindingAttr, getSourceAttr, isSourceBlank, setBindingAttr, updateFormulas, updateReportFormulas |
| Methods inherited from interface inetsoft.report.ReportElement |
|---|
clone, getAlignment, getBackground, getCSSClass, getFont, getForeground, getFullName, getID, getIndent, getOnClick, getPreferredSize, getProperty, getPropertyNames, getScript, getSpacing, getTarget, getType, getUserObject, isHideOnPrint, isKeepWithNext, isVisible, setAlignment, setBackground, setContext, setCSSClass, setFont, setForeground, setFullName, setHideOnPrint, setID, setIndent, setKeepWithNext, setOnClick, setProperty, setScript, setSpacing, setTarget, setUserObject, setVisible |
| Methods inherited from interface inetsoft.report.internal.Tabular |
|---|
isEmbedded, setData, setEmbedded |
| Method Detail |
|---|
void setName(String name)
String getName()
String getForm()
void setForm(String form)
void setLabel(String name)
String getLabel()
void setToolTip(String name)
String getToolTip()
boolean isOptional()
void setOptional(boolean optional)
void setTypeNode(XTypeNode xtype)
XTypeNode getTypeNode()
int getMaxLength()
void setMaxLength(int max)
void setDefaultValue(String value)
String getDefaultValue()
void setDependence(String dependence)
String getDependence()
void setStyle(int style)
int getStyle()
void setSize(Size size)
Size getSize()
void setChoices(Object[] choices)
Object[] getChoices()
void setValues(Object[] values)
Object[] getValues()
void setSelectedItems(Object[] selected)
Object[] getSelectedItems()
boolean isSubmitOnChange()
void setSubmitOnChange(boolean submit)
void setHiddenField(String name,
Object value)
Object getHiddenField(String name)
boolean containsHiddenField(String name)
Enumeration getHiddenFieldNames()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||