|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
org.compiere.apps.search.FindValueEditor
public class FindValueEditor
Cell editor for Find Value field. Editor depends on Column setting Has to save entries how they are used in the query, i.e. '' for strings
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
FindValueEditor()
Constructor |
|
| Method Summary | |
|---|---|
String |
getDisplay()
Get Display Value |
String[] |
getDisplays()
Get Display Values |
Object |
getValue()
Get Value Need to convert to String |
String[] |
getValues()
Get Values |
boolean |
isFocusable()
Focusable |
void |
setEditor(GridField field)
Set Editor |
void |
setEnabled(boolean enabled)
Set Enabled |
void |
setValue(Object value)
Set Value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FindValueEditor()
find - findvalueTo - true if it is the "to" value column| Method Detail |
|---|
public void setEditor(GridField field)
field - fieldpublic void setEnabled(boolean enabled)
setEnabled in class JComponentenabled - enabledpublic boolean isFocusable()
isFocusable in class Componentpublic void setValue(Object value)
value - valuepublic Object getValue()
public String getDisplay()
public String[] getValues()
public String[] getDisplays()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||