|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Portlet | |
|---|---|
| com.sencha.gxt.widget.core.client.container | |
| com.sencha.gxt.widget.core.client.event | |
| Uses of Portlet in com.sencha.gxt.widget.core.client.container |
|---|
| Methods in com.sencha.gxt.widget.core.client.container with parameters of type Portlet | |
|---|---|
void |
PortalLayoutContainer.add(Portlet portlet,
int column)
Adds a portlet to the portal. |
int |
PortalLayoutContainer.getPortletColumn(Portlet portlet)
Returns the column of the given porlet. |
int |
PortalLayoutContainer.getPortletIndex(Portlet portlet)
Returns the index of the column for the given portlet. |
void |
PortalLayoutContainer.insert(Portlet portlet,
int index,
int column)
Inserts a portlet. |
void |
PortalLayoutContainer.remove(Portlet portlet,
int column)
Removes a portlet from the portal. |
| Uses of Portlet in com.sencha.gxt.widget.core.client.event |
|---|
| Methods in com.sencha.gxt.widget.core.client.event that return Portlet | |
|---|---|
Portlet |
PortalValidateDropEvent.getPortlet()
|
Portlet |
PortalDropEvent.getPortlet()
|
| Constructors in com.sencha.gxt.widget.core.client.event with parameters of type Portlet | |
|---|---|
PortalDropEvent(Portlet portlet,
int startColumn,
int startRow,
int column,
int row)
|
|
PortalValidateDropEvent(Portlet portlet,
int startColumn,
int startRow,
int column,
int row)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||