public class MultipleChoiceFilterGUI extends AbstractFilterGUI
Constructor and Description |
---|
MultipleChoiceFilterGUI(electric.xml.Element el,
BOLoaderI _bol,
QueryBuilder _qb) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.util.Collection<FilterClauseProvider> |
getFilterClauseProviders() |
javax.swing.JComponent |
getQueryGUI()
Gets the
JComponent that represents the GUI part of this filter. |
MultipleChoiceFilterChoice |
getUserInput()
Gets the user entered or selected filter value in the native format appropriate for the filter's type.
|
java.lang.String |
getUserInputAsClausePart()
Gets the user entered or selected filter value as a string in a format appropriate for inserting it as a literal
value in an OQL query.
|
boolean |
handleAttribute(java.lang.String attributeName,
java.lang.String val) |
boolean |
handleElement(electric.xml.Element el) |
void |
handleSortA(java.lang.String _val) |
void |
init() |
boolean |
requestFocusInWindow() |
void |
reset() |
void |
setValue(java.lang.String s)
Must be overridden to implement a way to set the component value via String.
|
actionPerformed, addQueryGUIListener, evaluateEmbeddedScript, getDependsOn, getElement, getGroup, getName, getTitle, getVariable, handleQueryGUIEvent, isGrabFocus, removeQueryGUIListener, setDependsOn, setElement, setGrabFocus, setGroup, setName, setTitle, setVariable, toString
public MultipleChoiceFilterGUI(electric.xml.Element el, BOLoaderI _bol, QueryBuilder _qb)
public void init()
init
in class AbstractFilterGUI
public boolean handleAttribute(java.lang.String attributeName, java.lang.String val)
handleAttribute
in class AbstractFilterGUI
public void handleSortA(java.lang.String _val)
public boolean handleElement(electric.xml.Element el)
handleElement
in class AbstractFilterGUI
public MultipleChoiceFilterChoice getUserInput()
AbstractFilterGUI
getUserInput
in interface QueryGUIElementI
getUserInput
in class AbstractFilterGUI
public java.lang.String getUserInputAsClausePart()
QueryGUIElementI
getUserInputAsClausePart
in interface QueryGUIElementI
getUserInputAsClausePart
in class AbstractFilterGUI
public javax.swing.JComponent getQueryGUI()
QueryGUIElementI
JComponent
that represents the GUI part of this filter.getQueryGUI
in interface QueryGUIElementI
getQueryGUI
in class AbstractFilterGUI
public boolean requestFocusInWindow()
requestFocusInWindow
in interface QueryGUIElementI
requestFocusInWindow
in class AbstractFilterGUI
public void close()
close
in interface QueryGUIElementI
close
in class AbstractFilterGUI
public void reset()
reset
in interface QueryGUIElementI
reset
in class AbstractFilterGUI
public void setValue(java.lang.String s)
AbstractFilterGUI
setValue
in class AbstractFilterGUI
public java.util.Collection<FilterClauseProvider> getFilterClauseProviders()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.