|
Servoy 5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IScriptObject
Interface to be implemented by all Java objects that must be accessed by JavaScript
| Method Summary | |
|---|---|
String[] |
getParameterNames(String methodName)
Get the parameterNames for a methodName |
String |
getSample(String methodName)
Get the sample for a methodName |
String |
getToolTip(String methodName)
Get the tooltip for a methodName |
boolean |
isDeprecated(String methodName)
Will hide methods from developer treeview, but you could leave them in to code so scripting will not break |
| Methods inherited from interface com.servoy.j2db.scripting.IReturnedTypesProvider |
|---|
getAllReturnedTypes |
| Method Detail |
|---|
String[] getParameterNames(String methodName)
methodName -
String getSample(String methodName)
methodName -
String getToolTip(String methodName)
methodName -
boolean isDeprecated(String methodName)
|
Copyright © 2010 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||