Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jac.aspects.gui.web
Class SingleSlotContainer  view SingleSlotContainer download SingleSlotContainer.java

java.lang.Object
  extended byjac.aspects.gui.web.AbstractView
      extended byjac.aspects.gui.web.AbstractCompositeView
          extended byjac.aspects.gui.web.SingleSlotContainer
All Implemented Interfaces:
jac.aspects.gui.CompositeView, HTMLViewer, jac.aspects.gui.View

public class SingleSlotContainer
extends AbstractCompositeView
implements HTMLViewer

This composite viewonly show the last view that was added to it. So it will never contain more than of view.


Field Summary
 
Fields inherited from class jac.aspects.gui.web.AbstractCompositeView
components
 
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
 
Constructor Summary
SingleSlotContainer()
           
 
Method Summary
 void addView(jac.aspects.gui.View view, java.lang.Object extraInfo)
          Adds a component view in the composite.
 
Methods inherited from class jac.aspects.gui.web.AbstractCompositeView
add, addHorizontalStrut, addVerticalStrut, addView, close, genDescription, genHTML, genMessage, getView, getViews, removeAllViews, removeView, 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jac.aspects.gui.web.HTMLViewer
genHTML, setStyleSheet
 
Methods inherited from interface jac.aspects.gui.View
getParentView, getSubstance, refreshView, refreshViewItem, setFocus
 

Constructor Detail

SingleSlotContainer

public SingleSlotContainer()
Method Detail

addView

public void addView(jac.aspects.gui.View view,
                    java.lang.Object extraInfo)
Description copied from interface: jac.aspects.gui.CompositeView
Adds a component view in the composite.

Specified by:
addView in interface jac.aspects.gui.CompositeView
Overrides:
addView in class AbstractCompositeView