nl.coderight.jazz.form.field.html
Class HypertextField
java.lang.Object
nl.coderight.jazz.form.FormField<V>
nl.coderight.jazz.form.FormControl<V>
nl.coderight.jazz.form.field.scrollable.ScrollableField<String>
nl.coderight.jazz.form.field.html.HypertextField
public class HypertextField
- extends ScrollableField<String>
A field that displays html.
- Since:
- 1.4
- See Also:
JEditorPane
| Methods inherited from class nl.coderight.jazz.form.field.scrollable.ScrollableField |
getComponent, getFocusComponent, getPreferredSize, getPreferredViewportSize, getViewportSize, isOpaque, onViewportChanged, setBackground, setBackgroundImage, setBorder, setColumnHeader, setComponent, setComponent, setCorner, setEnabled, setForeground, setOpaque, setPreferredSize, setRowHeader, setScrollable, setScrollBarPolicy, setTitle |
| Methods inherited from class nl.coderight.jazz.form.FormControl |
addField, addField, focus, focusField, focusNextField, focusPreviousField, getBindID, getFields, hasFocus, registerKeyboardAction, setLayout |
| Methods inherited from class nl.coderight.jazz.form.FormField |
dispatchEvent, dispose, focusNextField, focusPreviousField, getBackground, getBorder, getCursor, getDataBinding, getForeground, getForm, getLabel, getParent, getToolTipText, getValue, isBindable, isChanged, isEnabled, isFocusable, isReadonly, isShowing, isValueChanged, isVisible, onChange, onClick, onDoubleClick, onFocusGained, onFocusLost, onMouseEnter, onMouseLeave, onPopup, setBindID, setChanged, setCursor, setDataBinding, setFocusable, setOnFocusGainedEvent, setOnFocusLostEvent, setPopupMenu, setReadonly, setToolTipText, setVisible, translate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HypertextField
public HypertextField()
HypertextField
public HypertextField(String bindID)
createField
protected JEditorPane createField()
getField
protected JEditorPane getField()
setValue
public void setValue(String text)
- Description copied from class:
FormField
- Sets field value.
- Overrides:
setValue in class FormField<String>
isScrollable
public final boolean isScrollable()
- Overrides:
isScrollable in class ScrollableField<String>
setUseDesktopSupport
public void setUseDesktopSupport(boolean useDesktop)
onHyperlinkEntered
protected void onHyperlinkEntered()
onHyperlinkExited
protected void onHyperlinkExited()
onHyperlinkClicked
protected void onHyperlinkClicked(String text,
URL url)
Copyright 2010 CodeRight, All rights reserved.