org.apache.myfaces.tobago.component
Class Window

java.lang.Object
  extended by org.apache.myfaces.tobago.component.Window

public class Window
extends Object


Constructor Summary
Window(String viewId)
           
Window(String viewId, int width, int height)
           
Window(String viewId, int width, int heigth, int x, int y)
           
 
Method Summary
 void activate(UIPage page)
           
 int getHeight()
           
 int getLeft()
           
 String getName()
           
 int getTop()
           
 String getViewId()
           
 int getWidth()
           
 boolean isDependent()
           
 void setDependent(boolean dependent)
           
 void setHeight(int height)
           
 void setLeft(int left)
           
 void setName(String name)
           
 void setTop(int top)
           
 void setViewId(String viewId)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Window

public Window(String viewId)

Window

public Window(String viewId,
              int width,
              int height)

Window

public Window(String viewId,
              int width,
              int heigth,
              int x,
              int y)
Method Detail

activate

public void activate(UIPage page)

getViewId

public String getViewId()

setViewId

public void setViewId(String viewId)

getName

public String getName()

setName

public void setName(String name)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getLeft

public int getLeft()

setLeft

public void setLeft(int left)

getTop

public int getTop()

setTop

public void setTop(int top)

isDependent

public boolean isDependent()

setDependent

public void setDependent(boolean dependent)


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.