|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.painter.ControlPortionPainter com.cc.framework.ui.painter.def.frame.DefFramePainterBase com.cc.framework.ui.painter.def.frame.DefSimpleFramePainter
Concrete Frame painter
Field Summary |
Fields inherited from class com.cc.framework.ui.painter.ControlPortionPainter |
|
Constructor Summary | |
DefSimpleFramePainter()
Creates a new FramePainter |
Method Summary | |
void |
addSection(Frame frame,
FrameTitle title,
boolean showFrame)
Adds a new titled section to the given frame |
Frame |
createFrame(boolean showFrame)
Creates a frame |
Frame |
createFrame(FrameTitle title,
boolean showFrame)
Creates a frame with a title bar |
Frame |
createInnerFrame(boolean showFrame)
Creates a inner frame |
org.apache.ecs.ConcreteElement |
createTitle(FrameTitle title,
boolean showFrame)
Creates the title of the frame. |
Methods inherited from class com.cc.framework.ui.painter.def.frame.DefFramePainterBase |
createButtonList, createHelpButton, createInnerFrame, showButtons, showHelpButton |
Methods inherited from class com.cc.framework.ui.painter.ControlPortionPainter |
attr, attr, attr, createActionPainter, createActionPainter, createImage, createImage, createImage, createSpacer, getColor, getControlPainter, getElementClass, getFrameworkString, getFrameworkString, getImage, getImage, getImageSrc, getImageSrc, getLocale, getPageContext, getPainterContext, getPrincipal, getSafeLocale, html, html, html, isRunAtClient, localize, removeHtml, removeHtml, setControlPainter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.cc.framework.ui.painter.FramePainter |
setControlPainter |
Constructor Detail |
public DefSimpleFramePainter()
Method Detail |
public Frame createFrame(boolean showFrame)
FramePainter
showFrame
- This flag indicates if the painter should create a visible or
invisible frame
FramePainter.createFrame(boolean)
public Frame createInnerFrame(boolean showFrame)
FramePainter
showFrame
- This flag indicates if the painter should create a visible or
invisible frame
FramePainter.createInnerFrame(boolean)
public Frame createFrame(FrameTitle title, boolean showFrame)
FramePainter
title
- The frames titleshowFrame
- This flag indicates if the painter should create a visible or
invisible frame
FramePainter.createFrame(com.cc.framework.ui.model.FrameTitle, boolean)
public org.apache.ecs.ConcreteElement createTitle(FrameTitle title, boolean showFrame)
FramePainter
title
- The frames titleshowFrame
- This flag indicates if the painter should create a visible or
invisible frame
FramePainter.createTitle(com.cc.framework.ui.model.FrameTitle, boolean)
public void addSection(Frame frame, FrameTitle title, boolean showFrame)
FramePainter
frame
- the frame where to add a new sectiontitle
- The frames titleshowFrame
- This flag indicates if the painter should create a visible or
invisible frameFramePainter.addSection(com.cc.framework.ui.painter.Frame, com.cc.framework.ui.model.FrameTitle, boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |