public class HolderWidgetInstance extends WidgetInstance
WidgetInstance
.Constructor and Description |
---|
HolderWidgetInstance(String widgetContentId)
Creates a new widget instance for the specified widget.
|
Modifier and Type | Method and Description |
---|---|
WidgetInstanceHolder |
getHolder()
Returns the holder on which this widget instance is.
|
int |
getHolderPosition()
Returns the position of this widget instance on its holder.
|
void |
moveTo(WidgetInstanceHolder destHolder,
int position)
Moves this widget instance to a holder at the specified position.
|
findByInterfaceInstanceId, findByWidgetContentId, getId, getInterfaceInstanceId, getWidgetContentId, remove
public HolderWidgetInstance(String widgetContentId)
widgetContentId
- the content identifier of the widget.public WidgetInstanceHolder getHolder()
public int getHolderPosition()
public void moveTo(WidgetInstanceHolder destHolder, int position) throws PortalException
destHolder
- the destination holder.position
- the position for the widget instance in the destination holder.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.