Class InternalFrameTag

  • All Implemented Interfaces:
    Composite, ConditionalTag, IconSupport, WindowData, org.apache.commons.jelly.Tag

    public class InternalFrameTag
    extends WindowBaseTag

    A tag handler class for creating internal frames.

    Internal frames are windows that behave similar to frame windows, but are restricted to the client area of their parent window. They can be used to implement non modal windows in an application.

    This tag handler class supports exactly the same attributes as its base class.

    Version:
    $Id: InternalFrameTag.java 205 2012-01-29 18:29:57Z oheger $
    Author:
    Oliver Heger