|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyShowUrlBehaviorInterface
This interface defines the methods to implement in order to modify the behavior of a text action.
LyTextController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
java.io.InputStream |
getFileInputStream(LyShowUrlController controller,
java.lang.String fileName,
LyEnvironment environment,
boolean showError)
Gets the Input Stream associated to the given file name. |
java.net.URL |
getFileUrl(LyShowUrlController controller,
java.lang.String fileName,
LyEnvironment environment,
boolean showError)
Gets the URL associated to the given file name. |
boolean |
openNewWindow(LyShowUrlController controller)
Indicates whether the action should open a new window or not. |
Methods inherited from interface leon.app.behaviorinterface.LyActionBehaviorInterface |
---|
endAction, getClientContext, getContextTitle, getHelpFile, getImage, getImageTooltip, getKeyValue, getMenuItemImage, getTitle, reset, startAction |
Methods inherited from interface leon.app.behaviorinterface.LyBehaviorInterface |
---|
free, handleDemand, init |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
java.io.InputStream getFileInputStream(LyShowUrlController controller, java.lang.String fileName, LyEnvironment environment, boolean showError)
controller
- the current editor controllerfileName
- the file to readenvironment
- the current environmentshowError
- if true, show errors thrown to the user
java.net.URL getFileUrl(LyShowUrlController controller, java.lang.String fileName, LyEnvironment environment, boolean showError)
controller
- the current editor controllerfileName
- the file to readenvironment
- the current environmentshowError
- if true, show errors thrown to the user
boolean openNewWindow(LyShowUrlController controller)
controller
- the current editor controller
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |