com.cc.framework.ui.model
Class FrameUtil

java.lang.Object
  extended bycom.cc.framework.ui.model.FrameUtil

public abstract class FrameUtil
extends java.lang.Object

Utility Class for Frames

Version:
$Revision: 1.7 $
Author:
Harald Schulz

Constructor Summary
protected FrameUtil()
          Protected constructor
 
Method Summary
static InnerFrame[] filter(java.util.Collection frameList, Principal principal, java.lang.Object layoutHint)
          Retrieves a list of only the inner frames that are matching the given layout hint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameUtil

protected FrameUtil()
Protected constructor

Method Detail

filter

public static InnerFrame[] filter(java.util.Collection frameList,
                                  Principal principal,
                                  java.lang.Object layoutHint)
Retrieves a list of only the inner frames that are matching the given layout hint

Parameters:
frameList - The Frame List
principal - The principal object for permission tests. This parameter can be null
layoutHint - The layout hint that specifies what frames should be selected: AlignmentType.TOP - header frames AlignmentType.BOTTOM - footer frames
Returns:
Frame list


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