Package com.helger.html.hc.html
Class HC_Action
- java.lang.Object
-
- com.helger.html.hc.html.HC_Action
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyProperties(com.helger.xml.microdom.IMicroQName aAttributeName, com.helger.xml.microdom.IMicroElement aElement, IJSWriterSettings aSettings, Charset aCharset)IHasJSCodeWithSettingsgetActionJS()com.helger.commons.url.ISimpleURLgetActionURL()HC_ActiongetClone()voidsetAction(com.helger.commons.url.ISimpleURL aAction)voidsetAction(IHasJSCodeWithSettings aAction)StringtoString()
-
-
-
Method Detail
-
getActionURL
@Nullable public final com.helger.commons.url.ISimpleURL getActionURL()
-
getActionJS
@Nullable public final IHasJSCodeWithSettings getActionJS()
-
setAction
public final void setAction(@Nullable com.helger.commons.url.ISimpleURL aAction)
-
setAction
public final void setAction(@Nullable IHasJSCodeWithSettings aAction)
-
applyProperties
public void applyProperties(@Nonnull com.helger.xml.microdom.IMicroQName aAttributeName, @Nonnull com.helger.xml.microdom.IMicroElement aElement, @Nonnull IJSWriterSettings aSettings, @Nonnull Charset aCharset)
-
getClone
@Nonnull @ReturnsMutableCopy public HC_Action getClone()
- Specified by:
getClonein interfacecom.helger.commons.lang.ICloneable<HC_Action>
-
-