|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.portlet.Portlet
public class Portlet
Title: portlets Description: Enable portlet management in Silverpeas Copyright: Copyright (c) 2001 Company: Stratelia
Field Summary | |
---|---|
static int |
MAXIMIZED
|
static int |
MINIMIZED
|
static int |
NORMAL
|
Constructor Summary | |
---|---|
Portlet()
Constructor declaration |
|
Portlet(int aId,
int aRowId,
String aRequestRooter,
String aComponentName,
String aComponentInstanceId,
String aName,
String aDescription,
String aTitlebarUrl,
String aIconUrl,
String aContentUrl,
String aMaxContentUrl,
String aHeaderUrl,
String aFooterUrl,
String aHelpUrl,
boolean aMaximizable,
boolean aMinimizable,
int aState)
Constructor declaration |
Method Summary | |
---|---|
int |
getColumnNumber()
Method declaration |
String |
getComponentInstanceId()
Method declaration |
String |
getComponentName()
Method declaration |
String |
getContentUrl()
Method declaration |
String |
getDescription()
Method declaration |
String |
getFooterUrl()
Method declaration |
String |
getHeaderUrl()
Method declaration |
String |
getHelpUrl()
Method declaration |
String |
getIconUrl()
Method declaration |
int |
getId()
Method declaration |
int |
getIndex()
Method declaration |
String |
getMaxContentUrl()
Method declaration |
boolean |
getMaximizable()
Method declaration |
boolean |
getMinimizable()
Method declaration |
String |
getName()
Method declaration |
String |
getRequestRooter()
Method declaration |
int |
getRow()
Method declaration |
int |
getRowId()
Method declaration |
int |
getState()
Method declaration |
String |
getStateAsString()
Method declaration |
String |
getTitlebarUrl()
Method declaration |
void |
setColumnNumber(int aColumnNumber)
Method declaration |
void |
setComponentInstanceId(String aComponentInstanceId)
Method declaration |
void |
setComponentName(String aComponentName)
Method declaration |
void |
setContentUrl(String aContentUrl)
Method declaration |
void |
setDescription(String aDescription)
Method declaration |
void |
setFooterUrl(String aFooterUrl)
Method declaration |
void |
setHeaderUrl(String aHeaderUrl)
Method declaration |
void |
setHelpUrl(String aHelpUrl)
Method declaration |
void |
setIconUrl(String aIconUrl)
Method declaration |
void |
setIndex(int aIndex)
Method declaration |
void |
setMaxContentUrl(String aMaxContentUrl)
Method declaration |
void |
setMaximizable(boolean aMaximizable)
Method declaration |
void |
setMinimizable(boolean aMinimizable)
Method declaration |
void |
setName(String aName)
Method declaration |
void |
setRequestRooter(String aRequestRooter)
Method declaration |
void |
setRow(int aRow)
Method declaration |
void |
setState(int aState)
Method declaration |
void |
setState(String aState)
Method declaration |
void |
setTitlebarUrl(String aTitlebarUrl)
Method declaration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NORMAL
public static final int MINIMIZED
public static final int MAXIMIZED
Constructor Detail |
---|
public Portlet() throws PortletException
PortletException
public Portlet(int aId, int aRowId, String aRequestRooter, String aComponentName, String aComponentInstanceId, String aName, String aDescription, String aTitlebarUrl, String aIconUrl, String aContentUrl, String aMaxContentUrl, String aHeaderUrl, String aFooterUrl, String aHelpUrl, boolean aMaximizable, boolean aMinimizable, int aState)
aId
- aRowId
- aRequestRooter
- aComponentName
- aComponentInstanceId
- aName
- aDescription
- aTitlebarUrl
- aIconUrl
- aContentUrl
- aMaxContentUrl
- aHeaderUrl
- aFooterUrl
- aHelpUrl
- aMaximizable
- aMinimizable
- aState
-
Method Detail |
---|
public int getId()
public int getRowId()
public int getIndex()
public void setIndex(int aIndex)
aIndex
-
public int getRow()
public void setRow(int aRow)
aRow
-
public int getColumnNumber()
public void setColumnNumber(int aColumnNumber)
aColumnNumber
-
public String getRequestRooter()
public void setRequestRooter(String aRequestRooter)
aRequestRooter
-
public String getComponentName()
public void setComponentName(String aComponentName)
aComponentName
-
public String getComponentInstanceId()
public void setComponentInstanceId(String aComponentInstanceId)
aComponentInstanceId
-
public String getName()
public void setName(String aName)
aName
-
public String getDescription()
public void setDescription(String aDescription)
aDescription
-
public String getTitlebarUrl()
public void setTitlebarUrl(String aTitlebarUrl)
aTitlebarUrl
-
public String getIconUrl()
public void setIconUrl(String aIconUrl)
aIconUrl
-
public String getContentUrl()
public void setContentUrl(String aContentUrl)
aContentUrl
-
public String getMaxContentUrl()
public void setMaxContentUrl(String aMaxContentUrl)
aMaxContentUrl
-
public String getHeaderUrl()
public void setHeaderUrl(String aHeaderUrl)
aHeaderUrl
-
public String getFooterUrl()
public void setFooterUrl(String aFooterUrl)
aFooterUrl
-
public String getHelpUrl()
public void setHelpUrl(String aHelpUrl)
aHelpUrl
-
public boolean getMaximizable()
public void setMaximizable(boolean aMaximizable)
aMaximizable
-
public boolean getMinimizable()
public void setMinimizable(boolean aMinimizable)
aMinimizable
-
public int getState()
public String getStateAsString()
public void setState(int aState)
aState
-
public void setState(String aState)
aState
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |