|
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
javax.swing.JScrollPane
org.compiere.swing.CTextPane
org.compiere.grid.ed.VTextLong
public class VTextLong
Long Text (CBLOB) Editor
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JScrollPane |
|---|
JScrollPane.AccessibleJScrollPane, JScrollPane.ScrollBar |
| 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.JScrollPane |
|---|
columnHeader, horizontalScrollBar, horizontalScrollBarPolicy, lowerLeft, lowerRight, rowHeader, upperLeft, upperRight, verticalScrollBar, verticalScrollBarPolicy, viewport |
| 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 | |
|---|---|
VTextLong(String columnName,
boolean mandatory,
boolean isReadOnly,
boolean isUpdateable,
int displayLength,
int fieldLength)
Standard Constructor |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
ActionListener |
void |
addActionListener(ActionListener listener)
Action Listener Interface - NOP |
void |
dispose()
Dispose |
void |
keyPressed(KeyEvent e)
|
void |
keyReleased(KeyEvent e)
Key Released if Escape restore old Text. |
void |
keyTyped(KeyEvent e)
Key Listener Interface |
void |
propertyChange(PropertyChangeEvent evt)
Property Change Listener |
void |
setField(GridField mField)
Set Field/WindowNo for ValuePreference (NOP) |
void |
setValue(Object value)
Set Editor to value |
static String |
startEditor(Container jc,
String header,
String text,
boolean editable)
Factory: Start Editor |
| Methods inherited from class org.compiere.swing.CTextPane |
|---|
addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, getBackground, getCaretPosition, getDisplay, getForeground, getInputMethodRequests, getText, getValue, isEditable, isMandatory, isReadWrite, setBackground, setBackground, setCaretPosition, setContentType, setEditable, setForeground, setInputVerifier, setMandatory, setMargin, setOpaque, setReadWrite, setText |
| 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, setForeground, setName |
| Methods inherited from interface org.compiere.swing.CEditor |
|---|
getDisplay, getValue, isMandatory, isReadWrite, setBackground, setMandatory, setReadWrite, setVisible |
| Constructor Detail |
|---|
public VTextLong(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 static String startEditor(Container jc,
String header,
String text,
boolean editable)
jc - container to get parent frameheader - headingtext - initial texteditable - if false = r/o
public void dispose()
dispose in interface VEditorpublic void setValue(Object value)
setValue in interface CEditorsetValue in class CTextPanevalue - valuepublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerevt - eventpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - eventpublic void addActionListener(ActionListener listener)
addActionListener in interface VEditorlistener - listenerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenere - eventpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenere - eventpublic void setField(GridField mField)
setField in interface VEditormField - field model
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||