Package org.teamapps.ux.component.div
Class Div
- java.lang.Object
-
- org.teamapps.ux.component.AbstractComponent
-
- org.teamapps.ux.component.div.Div
-
- All Implemented Interfaces:
ClientObject,Component
public class Div extends AbstractComponent
-
-
Field Summary
-
Fields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.dto.UiDivcreateUiComponent()ComponentgetContent()voidsetContent(Component content)-
Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setAttribute, setCssStyle, setDebuggingId, setParent, setVisible, toggleCssClass, toString, unrender
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teamapps.ux.component.ClientObject
handleUiEvent, handleUiQuery
-
Methods inherited from interface org.teamapps.ux.component.Component
setAttribute, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setShadow, toggleCssClass
-
-
-
-
Constructor Detail
-
Div
public Div(Component content)
-
Div
public Div()
-
-
Method Detail
-
createUiComponent
public org.teamapps.dto.UiDiv createUiComponent()
- Specified by:
createUiComponentin classAbstractComponent
-
getContent
public Component getContent()
-
setContent
public void setContent(Component content)
-
-