|
Servoy 3.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 object which must be accessed by JavaScript
| Method Summary | |
|---|---|
Class[] |
getAllReturnedTypes()
If the returned class has a default constructor and is instanceof IScriptObject move sample will work. |
String[] |
getParameterNames(String methodName)
|
String |
getSample(String methodName)
|
String |
getToolTip(String methodName)
|
boolean |
isDeprecated(String methodName)
will hide methods from debugger treeview, but you could leave them in so scripting will not break |
| Method Detail |
|---|
Class[] getAllReturnedTypes()
String[] getParameterNames(String methodName)
String getSample(String methodName)
String getToolTip(String methodName)
boolean isDeprecated(String methodName)
|
Copyright © 2009 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||