Uses of Interface
com.cc.framework.ui.painter.Frame

Packages that use Frame
com.cc.framework.ui.painter   
com.cc.framework.ui.painter.def.frame   
 

Uses of Frame in com.cc.framework.ui.painter
 

Methods in com.cc.framework.ui.painter that return Frame
 Frame FramePainter.createInnerFrame(boolean showFrame)
          Creates a inner frame
 Frame FramePainter.createInnerFrame(InnerFrame innerFrame)
          Creates a inner frame
 Frame FramePainter.createFrame(boolean showFrame)
          Creates a frame
 Frame FramePainter.createFrame(FrameTitle title, boolean showFrame)
          Creates a frame with a title bar
 Frame Frame.addSection(org.apache.ecs.Element title)
          Adds a new section to the frame.
 Frame Frame.setSectionContainer(CompositeElement container)
          Sets the frames section container.
 Frame Frame.addBodyElement(org.apache.ecs.Element element)
          Adds an element to the frames body region.
 Frame Frame.setBodyContainer(CompositeElement body)
          Sets the frames body container.
 Frame Frame.setID(java.lang.String id)
          Set the ID attribute.
 Frame Frame.setStyle(java.lang.String style)
          Set the STYLE attribute.
 Frame Frame.setClass(java.lang.String styleClass)
          Set the CLASS attribute.
 Frame Frame.setWidth(java.lang.String width)
          Set the WIDTH attribute.
 Frame Frame.setHeight(java.lang.String height)
          Set the HEIGHT attribute.
 Frame Frame.setSummary(java.lang.String summary)
          Set the SUMMARY attribute.
 

Methods in com.cc.framework.ui.painter with parameters of type Frame
 void FramePainter.addSection(Frame frame, FrameTitle title, boolean showFrame)
          Adds a new titled section to the given frame
 

Uses of Frame in com.cc.framework.ui.painter.def.frame
 

Classes in com.cc.framework.ui.painter.def.frame that implement Frame
 class TableFrame
          A Frame based on a HTML table element
 

Methods in com.cc.framework.ui.painter.def.frame that return Frame
 Frame TableFrame.setSectionContainer(CompositeElement container)
           
 Frame TableFrame.setBodyContainer(CompositeElement body)
           
 Frame TableFrame.addSection(org.apache.ecs.Element element)
           
 Frame TableFrame.addBodyElement(org.apache.ecs.Element element)
           
 Frame TableFrame.setClass(java.lang.String styleClass)
           
 Frame TableFrame.setHeight(java.lang.String height)
           
 Frame TableFrame.setID(java.lang.String id)
           
 Frame TableFrame.setStyle(java.lang.String style)
           
 Frame TableFrame.setWidth(java.lang.String width)
           
 Frame TableFrame.setSummary(java.lang.String summary)
           
 Frame DefTabbedFramePainter.createFrame(boolean showFrame)
           
 Frame DefTabbedFramePainter.createFrame(FrameTitle title, boolean showFrame)
           
 Frame DefTabbedFramePainter.createInnerFrame(boolean showFrame)
           
 Frame DefSimpleFramePainter.createFrame(boolean showFrame)
           
 Frame DefSimpleFramePainter.createInnerFrame(boolean showFrame)
           
 Frame DefSimpleFramePainter.createFrame(FrameTitle title, boolean showFrame)
           
 Frame DefPanelFramePainter.createFrame(boolean showFrame)
           
 Frame DefPanelFramePainter.createInnerFrame(boolean showFrame)
           
 Frame DefPanelFramePainter.createFrame(FrameTitle title, boolean showFrame)
           
 Frame DefFramePainterBase.createInnerFrame(InnerFrame innerFrame)
           
 Frame DefFormFramePainter.createFrame(boolean showFrame)
           
 Frame DefFormFramePainter.createFrame(FrameTitle title, boolean showFrame)
           
 Frame DefFormFramePainter.createInnerFrame(boolean showFrame)
           
 

Methods in com.cc.framework.ui.painter.def.frame with parameters of type Frame
 void DefTabbedFramePainter.addSection(Frame frame, FrameTitle title, boolean showFrame)
           
 void DefSimpleFramePainter.addSection(Frame frame, FrameTitle title, boolean showFrame)
           
 void DefPanelFramePainter.addSection(Frame frame, FrameTitle title, boolean showFrame)
           
 void DefFormFramePainter.addSection(Frame frame, FrameTitle title, boolean showFrame)
           
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.