org.tbee.swing.jpa.searchComponent
Class JpaEntitySearchComponentJComboBoxJCheckBox
java.lang.Object
org.tbee.swing.jpa.searchComponent.JpaEntitySearchComponent
org.tbee.swing.jpa.searchComponent.JpaEntitySearchComponentJComboBoxJCheckBox
public class JpaEntitySearchComponentJComboBoxJCheckBox
- extends JpaEntitySearchComponent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPERATOR_NONE
public static final java.lang.String OPERATOR_NONE
- See Also:
- Constant Field Values
OPERATOR_EQUALS
public static final java.lang.String OPERATOR_EQUALS
- See Also:
- Constant Field Values
OPERATOR_NOTEQUALS
public static final java.lang.String OPERATOR_NOTEQUALS
- See Also:
- Constant Field Values
OPERATOR_NULL
public static final java.lang.String OPERATOR_NULL
- See Also:
- Constant Field Values
OPERATOR_NOTNULL
public static final java.lang.String OPERATOR_NOTNULL
- See Also:
- Constant Field Values
JpaEntitySearchComponentJComboBoxJCheckBox
public JpaEntitySearchComponentJComboBoxJCheckBox(JpaEntitySearchBuilder builder,
JpaEntitySearchBuilder.SearchableField searchableField,
java.lang.String path)
addComponent
public boolean addComponent(java.awt.Container c,
net.miginfocom.swing.MigLayout migLayout,
int i)
- add component to the builder's grid
- Specified by:
addComponent in class JpaEntitySearchComponent
clear
public void clear()
- Specified by:
clear in class JpaEntitySearchComponent
clearOrDefault
public void clearOrDefault()
- Specified by:
clearOrDefault in class JpaEntitySearchComponent
getJPQL
public JpaEntitySearchBuilder.JPQL getJPQL(java.lang.String entityAlias)
- Specified by:
getJPQL in class JpaEntitySearchComponent
createLinkedClone
public JpaEntitySearchComponentJComboBoxJCheckBox createLinkedClone()
- Create a linked clone, that is a copy that automatically syncs changes.
- Specified by:
createLinkedClone in class JpaEntitySearchComponent
setVisible
public void setVisible(boolean value)
- Specified by:
setVisible in class JpaEntitySearchComponent
setDefaultOperator
public static void setDefaultOperator(java.lang.String pathToField,
java.lang.String operator)
- DefaultOperator
getDefaultOperator
public java.lang.String getDefaultOperator()
setDefaultValue
public static void setDefaultValue(java.lang.String pathToField,
java.lang.String value)
- DefaultValue
getDefaultValue
public java.lang.String getDefaultValue()
Copyright © 2010 KnowledgePlaza. All Rights Reserved.