java.lang.Object
jac.aspects.gui.web.AbstractView
jac.aspects.gui.web.AbstractCompositeView
jac.aspects.gui.web.Container
jac.aspects.gui.web.ObjectView
- All Implemented Interfaces:
- jac.aspects.gui.CompositeView, DialogListener, HTMLViewer, jac.aspects.gui.View
- public class ObjectView
- extends Container
- implements DialogListener
| Fields inherited from class jac.aspects.gui.web.AbstractView |
closed, column, context, description, factory, height, isCellViewer, javascript, label, message, parameters, parentView, row, style, styleSheet, table, type, viewBorder, width |
| Methods inherited from class jac.aspects.gui.web.AbstractCompositeView |
add, addHorizontalStrut, addVerticalStrut, addView, addView, close, genDescription, genMessage, getView, getViews, setContext |
| Methods inherited from class jac.aspects.gui.web.AbstractView |
equals, eventURL, eventURL, genBody, genPage, getCloseBorder, getContext, getDescription, getFactory, getId, getId, getLabel, getMessage, getOpenBorder, getParameters, getParentView, getRootView, getStyle, getType, getViewBorder, iconElement, iconElement, isClosed, isInForm, setColumn, setDescription, setFactory, setFocus, setHeight, setLabel, setMessage, setParameters, setParentView, setRow, setStyle, setStyleSheet, setTable, setType, setViewBorder, setWidth, validate |
ObjectView
public ObjectView()
removeAllViews
public void removeAllViews()
- Description copied from interface:
jac.aspects.gui.CompositeView
- Removes all the views in this composite.
- Specified by:
removeAllViews in interface jac.aspects.gui.CompositeView- Overrides:
removeAllViews in class AbstractCompositeView
removeView
public void removeView(jac.aspects.gui.View component)
- Description copied from interface:
jac.aspects.gui.CompositeView
- Removes a component view in this composite.
- Specified by:
removeView in interface jac.aspects.gui.CompositeView- Overrides:
removeView in class AbstractCompositeView
genHTML
public void genHTML(java.io.PrintWriter out)
throws java.io.IOException
- Description copied from interface:
HTMLViewer
- Generate the HTML code for the editor.
- Specified by:
genHTML in interface HTMLViewer- Overrides:
genHTML in class Container
onOK
public void onOK(JacRequest request)
- Description copied from interface:
DialogListener
- Called when the OK button was pressed by the user
- Specified by:
onOK in interface DialogListener
onValidate
public void onValidate(JacRequest request)
- Description copied from interface:
DialogListener
- Validates inputs, but creates no HTML.
- Specified by:
onValidate in interface DialogListener
onCancel
public void onCancel()
- Description copied from interface:
DialogListener
- Called when the Cancel button was pressed by the user
- Specified by:
onCancel in interface DialogListener
restoreContext
public void restoreContext()
- Description copied from interface:
DialogListener
- Restore context attributes stored at creation time
- Specified by:
restoreContext in interface DialogListener