Class SimplePopupable
- java.lang.Object
-
- com.evolveum.midpoint.web.component.dialog.SimplePopupable
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.web.component.dialog.Popupable
ID_CONTENT, ID_FOOTER
-
-
Constructor Summary
Constructors Constructor Description SimplePopupable(int width, int height, org.apache.wicket.model.IModel<String> title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
String
getHeightUnit()
org.apache.wicket.model.IModel<String>
getTitle()
int
getWidth()
String
getWidthUnit()
void
setHeight(int height)
void
setHeightUnit(String heightUnit)
void
setTitle(org.apache.wicket.model.IModel<String> title)
void
setWidth(int width)
void
setWithUnit(String withUnit)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.web.component.dialog.Popupable
getContent, getFooter
-
-
-
-
Constructor Detail
-
SimplePopupable
public SimplePopupable(int width, int height, org.apache.wicket.model.IModel<String> title)
-
-
Method Detail
-
getWidthUnit
public String getWidthUnit()
- Specified by:
getWidthUnit
in interfacePopupable
-
getHeightUnit
public String getHeightUnit()
- Specified by:
getHeightUnit
in interfacePopupable
-
getTitle
public org.apache.wicket.model.IModel<String> getTitle()
-
setWidth
public void setWidth(int width)
-
setHeight
public void setHeight(int height)
-
setWithUnit
public void setWithUnit(String withUnit)
-
setHeightUnit
public void setHeightUnit(String heightUnit)
-
setTitle
public void setTitle(org.apache.wicket.model.IModel<String> title)
-
-