Class MeasureBean
- java.lang.Object
-
- org.apache.myfaces.tobago.example.test.MeasureBean
-
@Singleton @Named public class MeasureBean extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMeasureBean.Any
-
Constructor Summary
Constructors Constructor Description MeasureBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MeasureBean.AnygetAnyHeight()MeasureBean.AnygetAnyWidth()IntegergetIntegerHeight()IntegergetIntegerWidth()intgetIntHeight()intgetIntWidth()longgetLongHeight()longgetLongWidth()org.apache.myfaces.tobago.layout.MeasuregetMeasureHeight()org.apache.myfaces.tobago.layout.MeasuregetMeasureWidth()StringgetStringHeight()StringgetStringPxHeight()StringgetStringPxWidth()StringgetStringWidth()
-
-
-
Method Detail
-
getIntWidth
public int getIntWidth()
-
getIntHeight
public int getIntHeight()
-
getIntegerWidth
public Integer getIntegerWidth()
-
getIntegerHeight
public Integer getIntegerHeight()
-
getMeasureWidth
public org.apache.myfaces.tobago.layout.Measure getMeasureWidth()
-
getMeasureHeight
public org.apache.myfaces.tobago.layout.Measure getMeasureHeight()
-
getStringWidth
public String getStringWidth()
-
getStringHeight
public String getStringHeight()
-
getStringPxWidth
public String getStringPxWidth()
-
getStringPxHeight
public String getStringPxHeight()
-
getLongWidth
public long getLongWidth()
-
getLongHeight
public long getLongHeight()
-
getAnyWidth
public MeasureBean.Any getAnyWidth()
-
getAnyHeight
public MeasureBean.Any getAnyHeight()
-
-