nosi.core.gui.components.IGRPVerticalMenu Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of igrp-core Show documentation
Show all versions of igrp-core Show documentation
IGRP Framework is a powerful and highly customizable platform developed by the Operational Nucleus for the Information Society (NOSi) to create web applications, it provides out of box, several modules to make easy to create stand-alone, production-grade web applications: authentication and access-control, business processes automation, reporting, page builder with automatic code generation and incorporation of the Once-Only-Principle, written in Java. IGRP Framework WAR - Contains some keys resources that give UI to IGRP Framework and others supports files.
package nosi.core.gui.components;
/**
* @author: Emanuel Pereira
*
* Apr 19, 2017
*
* Description: class to generate xml of Vertical Menu
*/
/*
* /*Generate XML Table
-
Button
RED
BIBLIO
BIB-DET
_blank
default|fa-angle-right
http://igrp.teste.gov.cv/images/IGRP/app/RED/xml/RED_BIBLIO_BIB-DET_dash.xml
...
*/
public class IGRPVerticalMenu extends IGRPToolsBar {
public IGRPVerticalMenu(String tag_name) {
super(tag_name);
this.type="verticalmenu";
}
}