|
Adempiere 3.5.2a | |||||||||
| 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.grid.ed.VURL
public class VURL
URL Editor
| 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 | |
|---|---|
VURL()
IDE Constructor |
|
VURL(String columnName,
boolean mandatory,
boolean isReadOnly,
boolean isUpdateable,
int displayLength,
int fieldLength)
Detail Constructor |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Data Binding to MTable (via GridController) - Enter pressed |
void |
addActionListener(ActionListener listener)
Add Action Listener |
void |
dispose()
Dispose resources |
void |
focusGained(FocusEvent e)
Focus Gained. |
void |
focusLost(FocusEvent e)
Focus Lost Enabled with Obscure |
String |
getDisplay()
Return Display Value |
String |
getText()
Get Text (clear) |
Object |
getValue()
Return Editor value |
boolean |
isMandatory()
Get Mandatory |
boolean |
isReadWrite()
Is Read Write |
void |
keyPressed(KeyEvent e)
Key Pressed |
void |
keyReleased(KeyEvent e)
Key Released. |
void |
keyTyped(KeyEvent e)
Key Typed |
void |
propertyChange(PropertyChangeEvent evt)
Property Change Listener |
void |
setBackground(boolean error)
Set Background |
void |
setBackground(Color color)
Set Background |
void |
setField(GridField mField)
Set Field/WindowNo for ValuePreference |
void |
setForeground(Color color)
Set Foreground |
void |
setMandatory(boolean mandatory)
Set Mandatory |
void |
setReadWrite(boolean rw)
Set ReadWrite |
void |
setText(String text)
Set Text |
void |
setValue(Object value)
Set Editor to value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.grid.ed.VEditor |
|---|
addVetoableChangeListener, getName, removeVetoableChangeListener, setBorder, setFont, setName |
| Methods inherited from interface org.compiere.swing.CEditor |
|---|
setVisible |
| Constructor Detail |
|---|
public VURL()
public VURL(String columnName,
boolean mandatory,
boolean isReadOnly,
boolean isUpdateable,
int displayLength,
int fieldLength)
columnName - column namemandatory - mandatoryisReadOnly - read onlyisUpdateable - updateabledisplayLength - display lengthfieldLength - field length| Method Detail |
|---|
public void dispose()
dispose in interface VEditorpublic void setMandatory(boolean mandatory)
setMandatory in interface CEditormandatory - mandatorypublic boolean isMandatory()
isMandatory in interface CEditorpublic void setReadWrite(boolean rw)
setReadWrite in interface CEditorrw - read rwitepublic boolean isReadWrite()
isReadWrite in interface CEditorpublic void setForeground(Color color)
setForeground in interface VEditorsetForeground in class JComponentcolor - colorpublic void setBackground(boolean error)
setBackground in interface CEditorerror - Errorpublic void setBackground(Color color)
setBackground in class JComponentcolor - Colorpublic void setValue(Object value)
setValue in interface CEditorvalue - valuepublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerevt - eventpublic Object getValue()
getValue in interface CEditorpublic String getDisplay()
getDisplay in interface CEditorpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenere - eventpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenere - ignoredpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenere - ignoredpublic void addActionListener(ActionListener listener)
addActionListener in interface VEditorlistener - listenerpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - eventpublic void setField(GridField mField)
setField in interface VEditormField - fieldpublic void setText(String text)
text - textpublic String getText()
public void focusGained(FocusEvent e)
e - eventpublic void focusLost(FocusEvent e)
e - event
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||