Class WGenCNAB
java.lang.Object
org.brerp.bancosbrasileiros.apps.form.GenCNAB
org.brerp.bancosbrasileiros.apps.form.WGenCNAB
- All Implemented Interfaces:
ValueChangeListener,WTableModelListener,IFormController,org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>,org.zkoss.zul.ext.Sortable<Object>
public class WGenCNAB
extends GenCNAB
implements IFormController, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>, WTableModelListener, ValueChangeListener, org.zkoss.zul.ext.Sortable<Object>
Form used to Generate CNAB on ZK interface
- Version:
- $Id: WGenCNAB.java, v1.0 23/09/2014 17:28:05, muriloht Exp $
- Author:
- muriloht (muriloht@devcoffee.com.br, http://www.devcoffee.com.br)
-
Field Summary
Fields inherited from class org.brerp.bancosbrasileiros.apps.form.GenCNAB
itensAProcessar, log, m_AD_Org_ID, m_C_BPartner_ID, m_COF_C_BankIntegration_ID, m_format, m_GenerateCNAB, m_isCNABGerado, m_LBR_DocFiscal_ID, m_noSelected, m_OnlyAutNF, m_User1_ID, m_User2_ID, m_WindowNo, MINITABLE_DOCUMENT_ID, MINITABLE_PAYSCHEDULENO, MINITABLE_TIPO_DOCUMENTO, MINITABLE_TOTALAMT, todosItensAProcessar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalculate selected rows. - add up selected rowsvoiddispose()DisposegetForm()Return AD Form for ZKgetSortDirection(Comparator<Object> cmpr) voidonEvent(org.zkoss.zk.ui.event.Event e) ActionListenervoidsort(Comparator<Object> cmpr, boolean ascending) voidTable Model ListenervoidValue Change Listener - requeryMethods inherited from class org.brerp.bancosbrasileiros.apps.form.GenCNAB
calculateSelection, createDetail, createFile, createHeader, createTrailler, deleteDir, getBankIntegrationData, getLine, loadTableInfo, prepareTableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zkoss.zul.ext.Sortable
sort
-
Constructor Details
-
WGenCNAB
public WGenCNAB()Initialize Panel
-
-
Method Details
-
dispose
public void dispose()Dispose -
onEvent
public void onEvent(org.zkoss.zk.ui.event.Event e) throws bsh.EvalError ActionListener- Specified by:
onEventin interfaceorg.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>- Parameters:
e- event- Throws:
bsh.EvalError
-
tableChanged
Table Model Listener- Specified by:
tableChangedin interfaceWTableModelListener- Parameters:
e- event
-
calculateSelection
public void calculateSelection()Calculate selected rows. - add up selected rows -
getForm
Return AD Form for ZK- Specified by:
getFormin interfaceIFormController- Returns:
-
valueChange
Value Change Listener - requery- Specified by:
valueChangein interfaceValueChangeListener- Parameters:
e- event
-
sort
- Specified by:
sortin interfaceorg.zkoss.zul.ext.Sortable<Object>
-
getSortDirection
- Specified by:
getSortDirectionin interfaceorg.zkoss.zul.ext.Sortable<Object>
-