setFocusedExpression(Object[] expressionInfo) This method set the focus on a specific component.
For this kind of datasource otherInfo must be in the format suitable for sectionItemHyperlinkPanel1
expressionInfo[0] must be an Integer holding the expression ID
if (expressionInfo[0] == COMPONENT_HYPERLINK_PARAMETERS) then expressionInfo[1] must contain an Integer
with the index of the parameter, and expressionInfo[2] the index of the expression to highlight for
that parameter.
public void setFocusedExpression(Object[] expressionInfo)(Code)
This method set the focus on a specific component.
For this kind of datasource otherInfo must be in the format suitable for sectionItemHyperlinkPanel1
expressionInfo[0] must be an Integer holding the expression ID
if (expressionInfo[0] == COMPONENT_HYPERLINK_PARAMETERS) then expressionInfo[1] must contain an Integer
with the index of the parameter, and expressionInfo[2] the index of the expression to highlight for
that parameter. The window will open as soon this component will become "shown".