public class MeasureBean
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
MeasureBean.Any |
| Constructor | Description |
|---|---|
MeasureBean() |
| Modifier and Type | Method | Description |
|---|---|---|
MeasureBean.Any |
getAnyHeight() |
|
MeasureBean.Any |
getAnyWidth() |
|
java.lang.Integer |
getIntegerHeight() |
|
java.lang.Integer |
getIntegerWidth() |
|
int |
getIntHeight() |
|
int |
getIntWidth() |
|
long |
getLongHeight() |
|
long |
getLongWidth() |
|
org.apache.myfaces.tobago.layout.Measure |
getMeasureHeight() |
|
org.apache.myfaces.tobago.layout.Measure |
getMeasureWidth() |
|
java.lang.String |
getStringHeight() |
|
java.lang.String |
getStringPxHeight() |
|
java.lang.String |
getStringPxWidth() |
|
java.lang.String |
getStringWidth() |
public int getIntWidth()
public int getIntHeight()
public java.lang.Integer getIntegerWidth()
public java.lang.Integer getIntegerHeight()
public org.apache.myfaces.tobago.layout.Measure getMeasureWidth()
public org.apache.myfaces.tobago.layout.Measure getMeasureHeight()
public java.lang.String getStringWidth()
public java.lang.String getStringHeight()
public java.lang.String getStringPxWidth()
public java.lang.String getStringPxHeight()
public long getLongWidth()
public long getLongHeight()
public MeasureBean.Any getAnyWidth()
public MeasureBean.Any getAnyHeight()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.