|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InsertPosition | |
---|---|
org.apache.tapestry5.corelib.data | A set of enums used by Tapestry and also useful in custom Tapestry components and services. |
org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change |
org.apache.tapestry5.services | Core services |
Uses of InsertPosition in org.apache.tapestry5.corelib.data |
---|
Methods in org.apache.tapestry5.corelib.data that return InsertPosition | |
---|---|
static InsertPosition |
InsertPosition.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InsertPosition[] |
InsertPosition.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of InsertPosition in org.apache.tapestry5.internal.services |
---|
Methods in org.apache.tapestry5.internal.services with parameters of type InsertPosition | |
---|---|
void |
ClientBehaviorSupportImpl.addFormInjector(String clientId,
Link link,
InsertPosition insertPosition,
String showFunctionName)
|
Uses of InsertPosition in org.apache.tapestry5.services |
---|
Methods in org.apache.tapestry5.services with parameters of type InsertPosition | |
---|---|
void |
ClientBehaviorSupport.addFormInjector(String clientId,
Link link,
InsertPosition insertPosition,
String showFunctionName)
Adds a new client-side Tapestry.FormInjector object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |