Uses of Interface
com.helger.html.js.IHasJSCode
-
-
Uses of IHasJSCode in com.helger.html.hc.config
Methods in com.helger.html.hc.config that return IHasJSCode Modifier and Type Method Description IHasJSCodeDefaultHCOnDocumentReadyProvider. createOnDocumentReady(IHasJSCode aJSCodeProvider)IHasJSCodeIHCOnDocumentReadyProvider. createOnDocumentReady(IHasJSCode aJSCodeProvider)Create "on document ready" JS code.Methods in com.helger.html.hc.config with parameters of type IHasJSCode Modifier and Type Method Description IHasJSCodeDefaultHCOnDocumentReadyProvider. createOnDocumentReady(IHasJSCode aJSCodeProvider)IHasJSCodeIHCOnDocumentReadyProvider. createOnDocumentReady(IHasJSCode aJSCodeProvider)Create "on document ready" JS code. -
Uses of IHasJSCode in com.helger.html.hc.ext
Methods in com.helger.html.hc.ext with parameters of type IHasJSCode Modifier and Type Method Description static voidHCA_JS. addOnClickReturnFalse(IHCA<?> aLink, IHasJSCode aJSOnClick)HCA_JSHCA_JS. addOnClickReturnFalse(IHasJSCode aJSOnClick)static voidHCA_JS. setOnClickReturnFalse(IHCA<?> aLink, IHasJSCode aJSOnClick)HCA_JSHCA_JS. setOnClickReturnFalse(IHasJSCode aJSOnClick)Constructors in com.helger.html.hc.ext with parameters of type IHasJSCode Constructor Description HCA_JS(IHasJSCode aJSOnClick) -
Uses of IHasJSCode in com.helger.html.hc.html
Fields in com.helger.html.hc.html declared as IHasJSCode Modifier and Type Field Description static IHasJSCodeFakeJS. JS_BLURstatic IHasJSCodeFakeJS. RETURN_FALSEMethods in com.helger.html.hc.html that return IHasJSCode Modifier and Type Method Description static IHasJSCodeFakeJS. focus(IHCHasID<?> aElement)IHasJSCodeAbstractHCElement. getEventHandler(EJSEvent eJSEvent)IHasJSCodeIHCElement. getEventHandler(EJSEvent eJSEvent)Get the event handler of the specified event.static IHasJSCodeFakeJS. windowLocationHref(com.helger.commons.url.ISimpleURL aURL)Methods in com.helger.html.hc.html with parameters of type IHasJSCode Modifier and Type Method Description IMPLTYPEAbstractHCElement. addEventHandler(EJSEvent eJSEvent, IHasJSCode aJSCode)IMPLTYPEIHCElement. addEventHandler(EJSEvent eJSEvent, IHasJSCode aJSHandler)Add a JS event handler at the end.IMPLTYPEAbstractHCElement. prependEventHandler(EJSEvent eJSEvent, IHasJSCode aJSCode)IMPLTYPEIHCElement. prependEventHandler(EJSEvent eJSEvent, IHasJSCode aJSHandler)Add a JS event handler at the front.IMPLTYPEAbstractHCElement. setEventHandler(EJSEvent eJSEvent, IHasJSCode aJSCode)IMPLTYPEIHCElement. setEventHandler(EJSEvent eJSEvent, IHasJSCode aJSHandler)Set a JS event handler. -
Uses of IHasJSCode in com.helger.html.hc.html.forms
Methods in com.helger.html.hc.html.forms that return IHasJSCode Modifier and Type Method Description IHasJSCodeAbstractHCForm. getActionJS()IHasJSCodeIHCForm. getActionJS()IHasJSCodeAbstractHCButton. getFormActionJS()IHasJSCodeAbstractHCInput. getFormActionJS()IHasJSCodeIHCButton. getFormActionJS()IHasJSCodeIHCInput. getFormActionJS()Methods in com.helger.html.hc.html.forms with parameters of type IHasJSCode Modifier and Type Method Description default IMPLTYPEIHCButton. addOnClick(IHasJSCode aOnClick)Shortcut foraddEventHandler(EJSEvent.ONCLICK, aOnClick)default IMPLTYPEIHCButton. setOnClick(IHasJSCode aOnClick)Shortcut forsetEventHandler(EJSEvent.ONCLICK, aOnClick)Constructors in com.helger.html.hc.html.forms with parameters of type IHasJSCode Constructor Description AbstractHCButton(String sLabel, IHasJSCode aOnClick)HCButton(String sLabel, IHasJSCode aOnClick) -
Uses of IHasJSCode in com.helger.html.hc.html.script
Methods in com.helger.html.hc.html.script that return IHasJSCode Modifier and Type Method Description IHasJSCodeAbstractHCScriptInline. getJSCodeProvider()IHasJSCodeIHCScriptInline. getJSCodeProvider()IHasJSCodeHCScriptInlineOnDocumentReady. getOnDocumentReadyCode()Methods in com.helger.html.hc.html.script with parameters of type IHasJSCode Modifier and Type Method Description IMPLTYPEAbstractHCScriptInline. setJSCodeProvider(IHasJSCode aProvider)IMPLTYPEIHCScriptInline. setJSCodeProvider(IHasJSCode aProvider)HCScriptInlineOnDocumentReadyHCScriptInlineOnDocumentReady. setOnDocumentReadyCode(IHCOnDocumentReadyProvider aODRProvider, IHasJSCode aOnDocumentReadyCode)HCScriptInlineOnDocumentReadyHCScriptInlineOnDocumentReady. setOnDocumentReadyCode(IHasJSCode aOnDocumentReadyCode)Constructors in com.helger.html.hc.html.script with parameters of type IHasJSCode Constructor Description AbstractHCScriptInline(IHasJSCode aProvider)HCScriptInline(IHasJSCode aProvider)HCScriptInlineOnDocumentReady(IHCOnDocumentReadyProvider aODRProvider, IHasJSCode aOnDocumentReadyCode)HCScriptInlineOnDocumentReady(IHasJSCode aOnDocumentReadyCode) -
Uses of IHasJSCode in com.helger.html.hc.html.textlevel
Methods in com.helger.html.hc.html.textlevel with parameters of type IHasJSCode Modifier and Type Method Description default IMPLTYPEIHCA. addOnClick(IHasJSCode aOnClick)Shortcut foraddEventHandler(EJSEvent.ONCLICK, aOnClick)default IMPLTYPEIHCA. setOnClick(IHasJSCode aOnClick)Shortcut forsetEventHandler(EJSEvent.ONCLICK, aOnClick) -
Uses of IHasJSCode in com.helger.html.hc.special
Methods in com.helger.html.hc.special that return IHasJSCode Modifier and Type Method Description IHasJSCodeIHCSpecialNodes. getInlineJSAfterExternal()IHasJSCodeIHCSpecialNodes. getInlineJSBeforeExternal()Methods in com.helger.html.hc.special with parameters of type IHasJSCode Modifier and Type Method Description IMPLTYPEAbstractHCSpecialNodes. addInlineJSAfterExternal(IHasJSCode aInlineJS)IMPLTYPEAbstractHCSpecialNodes. addInlineJSBeforeExternal(IHasJSCode aInlineJS) -
Uses of IHasJSCode in com.helger.html.js
Subinterfaces of IHasJSCode in com.helger.html.js Modifier and Type Interface Description interfaceIHasJSCodeWithSettingsBasic interface for object providing JavaScript code.Classes in com.helger.html.js that implement IHasJSCode Modifier and Type Class Description classCollectingJSCodeProviderA JSCode provider that encapsulates a list ofIHasJSCodeelements and itself implementsIHasJSCode.classUnparsedJSCodeProviderImplementation ofIHasJSCodethat takes an arbitrary string from any sourcesMethods in com.helger.html.js that return types with arguments of type IHasJSCode Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<IHasJSCode>CollectingJSCodeProvider. directAll()com.helger.commons.collection.impl.ICommonsList<IHasJSCode>CollectingJSCodeProvider. getAll()Methods in com.helger.html.js with parameters of type IHasJSCode Modifier and Type Method Description CollectingJSCodeProviderCollectingJSCodeProvider. addAt(int nIndex, IHasJSCode aProvider)Add JS code at the specified index.CollectingJSCodeProviderCollectingJSCodeProvider. addFlattenedAt(int nIndex, IHasJSCode aProvider)Add JS code at the specified index but unwrapping anyCollectingJSCodeProviderinstances.voidJSEventMap. addHandler(EJSEvent eJSEvent, IHasJSCode aNewHandler)Add an additional handler for the given JS event.CollectingJSCodeProviderCollectingJSCodeProvider. append(IHasJSCode aProvider)CollectingJSCodeProviderCollectingJSCodeProvider. appendFlattened(IHasJSCode aProvider)CollectingJSCodeProviderCollectingJSCodeProvider. prepend(IHasJSCode aProvider)CollectingJSCodeProviderCollectingJSCodeProvider. prependFlattened(IHasJSCode aProvider)voidJSEventMap. prependHandler(EJSEvent eJSEvent, IHasJSCode aNewHandler)Add an additional handler for the given JS event.voidJSEventMap. setHandler(EJSEvent eJSEvent, IHasJSCode aNewHandler)Set a handler for the given JS event.Constructors in com.helger.html.js with parameters of type IHasJSCode Constructor Description CollectingJSCodeProvider(IHasJSCode... aProviders)Constructor parameters in com.helger.html.js with type arguments of type IHasJSCode Constructor Description CollectingJSCodeProvider(Iterable<? extends IHasJSCode> aProviders)
-