com.cc.framework.taglib
Interface FrameContainerTag

All Superinterfaces:
ImageContainerTag
All Known Implementing Classes:
FormTag, FrameTag, ListTag, MessageTag, SchedulerTag, TreelistTag

public interface FrameContainerTag
extends ImageContainerTag

All tags witch can have nested inner frames must implement this interface

Since:
1.0
Version:
$Revision: 1.4 $
Author:
Harald Schulz

Method Summary
 void addInnerFrame(InnerFrame frame)
          Adds a new inner Frame to the container
 
Methods inherited from interface com.cc.framework.taglib.ImageContainerTag
setImage
 

Method Detail

addInnerFrame

public void addInnerFrame(InnerFrame frame)
Adds a new inner Frame to the container

Parameters:
frame - The inner Frame to add


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