com.jwebmp.plugins.jstree.options.selected.JSTreeNodeSelectedEventOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-jstree Show documentation
Show all versions of jwebmp-jstree Show documentation
The JWebSwing implementation for JSTree
package com.jwebmp.plugins.jstree.options.selected;
import com.jwebmp.core.htmlbuilder.javascript.JavaScriptPart;
public class JSTreeNodeSelectedEventOptions>
extends JavaScriptPart
{
private JSTreeNodeSelectedOptions selected;
public JSTreeNodeSelectedOptions getSelected()
{
return selected;
}
public void setSelected(JSTreeNodeSelectedOptions selected)
{
this.selected = selected;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy