Package | Description |
---|---|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
ilog.tgo.faces.network.component |
Contains the JViews TGO Faces components that are needed in order to integrate the JViews TGO
IlpEquipment into JavaServer Faces. |
ilog.tgo.faces.network.dhtml.component |
Contains the JViews TGO Faces DHTML specific components that are needed in order to integrate the JViews TGO
IlpNetwork into JavaServer Faces. |
ilog.tgo.faces.network.dhtml.servlet |
Contains the
Servlet related types needed in order to integrate the JViews TGO IlpNetwork as a Faces component. |
Modifier and Type | Method and Description |
---|---|
IlpNetwork |
IlpNetworkHandlerWithDataSource.getNetwork()
Deprecated.
Please use
getNetworkModel ,
getNetworkView ,
getNetworkController instead. |
Constructor and Description |
---|
IlpNetworkHandlerWithDataSource(IlpNetwork network)
Creates the handler.
|
IlpNetworkHandlerWithDataSource(IlpNetwork network,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler.
|
IlpNetworkHandlerWithoutDataSource(IlpNetwork network)
Creates the handler.
|
Modifier and Type | Method and Description |
---|---|
protected abstract IlpNetwork |
IltFacesNetworkView.createNetworkComponent(String defaultStyleSheet,
IlpContext context)
This method is called only once when creating the underlying
IlpNetwork instance. |
IlpNetwork |
IltFacesNetworkView.getNetwork()
Returns the
IlpNetwork instance wrapped by this
IltFacesNetworkView instance. |
Modifier and Type | Method and Description |
---|---|
void |
IltFacesNetworkView.setNetwork(IlpNetwork network)
Sets the
IlpNetwork wrapped by this
IltFacesNetworkView instance. |
Modifier and Type | Method and Description |
---|---|
protected IlpNetwork |
IltFacesDHTMLNetworkView.createNetworkComponent(String defaultStyleSheet,
IlpContext context)
Method called only once when creating the underlying
IlpNetwork . |
IlpNetwork |
IltFacesDHTMLNetworkView.getNetwork()
Returns the
IlpNetwork instance wrapped by this
IltFacesNetworkView instance. |
Modifier and Type | Method and Description |
---|---|
protected IlpNetwork |
IltFacesNetworkServletSupport.getNetwork(javax.servlet.http.HttpServletRequest request)
Returns the network component associated with the given view.
|
IlpNetwork |
IltFacesNetworkServlet.getNetwork(javax.servlet.http.HttpServletRequest request)
Returns the network component associated with the network view in the
client side.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.