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

com.jwebmp.plugins.jstree.options.selected.JSTreeNodeSelectedEventOptions Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version
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