butler.web.form
Class Form.NativeInfo

java.lang.Object
  extended by butler.web.form.Form.NativeInfo
Direct Known Subclasses:
DetailForm.NativeInfo
Enclosing class:
Form

public static class Form.NativeInfo
extends java.lang.Object


Constructor Summary
Form.NativeInfo()
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Form.NativeInfo

public Form.NativeInfo()
Method Detail

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)