OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:formType
(Results
1 - 3
of
3
) sorted by null
/external/smack/src/org/jivesoftware/smackx/pubsub/
FormNode.java
33
* @param
formType
The type of form being sent
36
public FormNode(FormNodeType
formType
, Form submitForm)
38
super(
formType
.getNodeElement());
49
* @param
formType
The type of form being sent
53
public FormNode(FormNodeType
formType
, String nodeId, Form submitForm)
55
super(
formType
.getNodeElement(), nodeId);
SubscribeForm.java
51
public SubscribeForm(
FormType
formType
)
53
super(
formType
.toString());
ConfigureForm.java
64
* @param
formType
66
public ConfigureForm(
FormType
formType
)
68
super(
formType
.toString());
Completed in 41 milliseconds