All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.phloc.html.hc.ext.IHCNodeWithJSOptions Maven / Gradle / Ivy

There is a newer version: 4.4.9
Show newest version
package com.phloc.html.hc.ext;

import javax.annotation.Nonnull;

import com.phloc.commons.annotations.ReturnsMutableCopy;
import com.phloc.html.hc.IHCNode;
import com.phloc.html.js.builder.JSAssocArray;

public interface IHCNodeWithJSOptions extends IHCNode
{
  @Nonnull
  @ReturnsMutableCopy
  JSAssocArray getJSOptions ();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy