IDEMPIERE-457 Tab Editor (to ease positioning of fields) / Team work with Juan Arboleda

This commit is contained in:
Carlos Ruiz 2012-11-12 18:09:48 -05:00
parent 99f2517034
commit b98d84e788
7 changed files with 1157 additions and 0 deletions

View File

@ -0,0 +1,63 @@
-- Nov 7, 2012 2:27:45 PM COT
-- IDEMPIERE-457
INSERT INTO AD_Form (AccessLevel,Classname,AD_Form_ID,IsBetaFunctionality,EntityType,AD_Form_UU,Name,AD_Org_ID,UpdatedBy,CreatedBy,Updated,Created,AD_Client_ID,IsActive) VALUES ('4','org.compiere.apps.form.VTabEditor',200005,'N','D','4f5be293-6016-4bb5-9a7f-114018d1f1b7','Tab Editor',0,100,100,TO_DATE('2012-11-07 14:27:44','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2012-11-07 14:27:44','YYYY-MM-DD HH24:MI:SS'),0,'Y')
;
-- Nov 7, 2012 2:27:45 PM COT
-- IDEMPIERE-457
INSERT INTO AD_Form_Trl (AD_Language,AD_Form_ID, Help,Description,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Form_Trl_UU ) SELECT l.AD_Language,t.AD_Form_ID, t.Help,t.Description,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Form t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Form_ID=200005 AND NOT EXISTS (SELECT * FROM AD_Form_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Form_ID=t.AD_Form_ID)
;
-- Nov 7, 2012 2:28:05 PM COT
-- IDEMPIERE-457
INSERT INTO AD_Process (CopyFromProcess,AD_Process_ID,IsDirectPrint,IsReport,AD_Process_UU,AccessLevel,IsBetaFunctionality,IsServerProcess,Statistic_Seconds,Statistic_Count,ShowHelp,EntityType,AD_Form_ID,Name,Value,AD_Org_ID,AD_Client_ID,Updated,UpdatedBy,Created,IsActive,CreatedBy) VALUES ('N',200015,'N','N','0649c86f-a16d-427b-99d3-ee13408ff5c2','4','N','N',0,0,'Y','D',200005,'Tab Editor','TabEditor',0,0,TO_DATE('2012-11-07 14:28:04','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2012-11-07 14:28:04','YYYY-MM-DD HH24:MI:SS'),'Y',100)
;
-- Nov 7, 2012 2:28:05 PM COT
-- IDEMPIERE-457
INSERT INTO AD_Process_Trl (AD_Language,AD_Process_ID, Help,Description,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Process_Trl_UU ) SELECT l.AD_Language,t.AD_Process_ID, t.Help,t.Description,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Process t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Process_ID=200015 AND NOT EXISTS (SELECT * FROM AD_Process_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Process_ID=t.AD_Process_ID)
;
-- Nov 7, 2012 2:28:21 PM COT
-- IDEMPIERE-457
INSERT INTO AD_ToolBarButton (Action,AD_Tab_ID,AD_Process_ID,SeqNo,IsCustomization,Name,ComponentName,AD_Client_ID,AD_Org_ID,Created,CreatedBy,AD_ToolBarButton_ID,Updated,UpdatedBy,IsActive,AD_ToolBarButton_UU) VALUES ('W',106,200015,10,'N','Tab Editor','TabEditor',0,0,TO_DATE('2012-11-07 14:28:20','YYYY-MM-DD HH24:MI:SS'),100,200068,TO_DATE('2012-11-07 14:28:20','YYYY-MM-DD HH24:MI:SS'),100,'Y','ec63158f-8f95-4b24-a1ce-3caf0e1e738d')
;
-- Nov 7, 2012 2:29:45 PM COT
-- IDEMPIERE-457
UPDATE AD_ToolBarButton SET DisplayLogic='@IsSortTab@=N',Updated=TO_DATE('2012-11-07 14:29:45','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_ToolBarButton_ID=200068
;
-- Nov 12, 2012 6:03:28 PM COT
-- IDEMPIERE-457 Tab Editor (to ease positioning of fields)
INSERT INTO AD_Message (MsgType,MsgText,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('I','Property',200112,'D','8fefc045-b3aa-4bcf-a4ca-4db079842a67','Property','Y',TO_DATE('2012-11-12 18:03:27','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_DATE('2012-11-12 18:03:27','YYYY-MM-DD HH24:MI:SS'))
;
-- Nov 12, 2012 6:03:29 PM COT
-- IDEMPIERE-457 Tab Editor (to ease positioning of fields)
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200112 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
;
-- Nov 12, 2012 6:03:53 PM COT
-- IDEMPIERE-457 Tab Editor (to ease positioning of fields)
INSERT INTO AD_Message (MsgType,MsgText,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('I','Visible Fields',200113,'D','fbf72d95-345c-4506-a8fc-cb275c885cdd','VisibleFields','Y',TO_DATE('2012-11-12 18:03:53','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_DATE('2012-11-12 18:03:53','YYYY-MM-DD HH24:MI:SS'))
;
-- Nov 12, 2012 6:03:53 PM COT
-- IDEMPIERE-457 Tab Editor (to ease positioning of fields)
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200113 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
;
-- Nov 12, 2012 6:04:15 PM COT
-- IDEMPIERE-457 Tab Editor (to ease positioning of fields)
INSERT INTO AD_Message (MsgType,MsgText,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('I','Non Visible Fields',200114,'D','1e160a14-8b90-45c1-8a12-db2f9531add2','NonVisibleFields','Y',TO_DATE('2012-11-12 18:04:14','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_DATE('2012-11-12 18:04:14','YYYY-MM-DD HH24:MI:SS'))
;
-- Nov 12, 2012 6:04:15 PM COT
-- IDEMPIERE-457 Tab Editor (to ease positioning of fields)
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200114 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
;
SELECT register_migration_script('201211121807_IDEMPIERE-457.sql') FROM dual
;

View File

@ -0,0 +1,63 @@
-- Nov 7, 2012 2:27:45 PM COT
-- IDEMPIERE-457
INSERT INTO AD_Form (AccessLevel,Classname,AD_Form_ID,IsBetaFunctionality,EntityType,AD_Form_UU,Name,AD_Org_ID,UpdatedBy,CreatedBy,Updated,Created,AD_Client_ID,IsActive) VALUES ('4','org.compiere.apps.form.VTabEditor',200005,'N','D','4f5be293-6016-4bb5-9a7f-114018d1f1b7','Tab Editor',0,100,100,TO_TIMESTAMP('2012-11-07 14:27:44','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2012-11-07 14:27:44','YYYY-MM-DD HH24:MI:SS'),0,'Y')
;
-- Nov 7, 2012 2:27:45 PM COT
-- IDEMPIERE-457
INSERT INTO AD_Form_Trl (AD_Language,AD_Form_ID, Help,Description,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Form_Trl_UU ) SELECT l.AD_Language,t.AD_Form_ID, t.Help,t.Description,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Form t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Form_ID=200005 AND NOT EXISTS (SELECT * FROM AD_Form_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Form_ID=t.AD_Form_ID)
;
-- Nov 7, 2012 2:28:05 PM COT
-- IDEMPIERE-457
INSERT INTO AD_Process (CopyFromProcess,AD_Process_ID,IsDirectPrint,IsReport,AD_Process_UU,AccessLevel,IsBetaFunctionality,IsServerProcess,Statistic_Seconds,Statistic_Count,ShowHelp,EntityType,AD_Form_ID,Name,Value,AD_Org_ID,AD_Client_ID,Updated,UpdatedBy,Created,IsActive,CreatedBy) VALUES ('N',200015,'N','N','0649c86f-a16d-427b-99d3-ee13408ff5c2','4','N','N',0,0,'Y','D',200005,'Tab Editor','TabEditor',0,0,TO_TIMESTAMP('2012-11-07 14:28:04','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2012-11-07 14:28:04','YYYY-MM-DD HH24:MI:SS'),'Y',100)
;
-- Nov 7, 2012 2:28:05 PM COT
-- IDEMPIERE-457
INSERT INTO AD_Process_Trl (AD_Language,AD_Process_ID, Help,Description,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Process_Trl_UU ) SELECT l.AD_Language,t.AD_Process_ID, t.Help,t.Description,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Process t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Process_ID=200015 AND NOT EXISTS (SELECT * FROM AD_Process_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Process_ID=t.AD_Process_ID)
;
-- Nov 7, 2012 2:28:21 PM COT
-- IDEMPIERE-457
INSERT INTO AD_ToolBarButton ("action",AD_Tab_ID,AD_Process_ID,SeqNo,IsCustomization,Name,ComponentName,AD_Client_ID,AD_Org_ID,Created,CreatedBy,AD_ToolBarButton_ID,Updated,UpdatedBy,IsActive,AD_ToolBarButton_UU) VALUES ('W',106,200015,10,'N','Tab Editor','TabEditor',0,0,TO_TIMESTAMP('2012-11-07 14:28:20','YYYY-MM-DD HH24:MI:SS'),100,200068,TO_TIMESTAMP('2012-11-07 14:28:20','YYYY-MM-DD HH24:MI:SS'),100,'Y','ec63158f-8f95-4b24-a1ce-3caf0e1e738d')
;
-- Nov 7, 2012 2:29:45 PM COT
-- IDEMPIERE-457
UPDATE AD_ToolBarButton SET DisplayLogic='@IsSortTab@=N',Updated=TO_TIMESTAMP('2012-11-07 14:29:45','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_ToolBarButton_ID=200068
;
-- Nov 12, 2012 6:03:28 PM COT
-- IDEMPIERE-457 Tab Editor (to ease positioning of fields)
INSERT INTO AD_Message (MsgType,MsgText,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('I','Property',200112,'D','8fefc045-b3aa-4bcf-a4ca-4db079842a67','Property','Y',TO_TIMESTAMP('2012-11-12 18:03:27','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_TIMESTAMP('2012-11-12 18:03:27','YYYY-MM-DD HH24:MI:SS'))
;
-- Nov 12, 2012 6:03:29 PM COT
-- IDEMPIERE-457 Tab Editor (to ease positioning of fields)
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200112 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
;
-- Nov 12, 2012 6:03:53 PM COT
-- IDEMPIERE-457 Tab Editor (to ease positioning of fields)
INSERT INTO AD_Message (MsgType,MsgText,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('I','Visible Fields',200113,'D','fbf72d95-345c-4506-a8fc-cb275c885cdd','VisibleFields','Y',TO_TIMESTAMP('2012-11-12 18:03:53','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_TIMESTAMP('2012-11-12 18:03:53','YYYY-MM-DD HH24:MI:SS'))
;
-- Nov 12, 2012 6:03:53 PM COT
-- IDEMPIERE-457 Tab Editor (to ease positioning of fields)
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200113 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
;
-- Nov 12, 2012 6:04:15 PM COT
-- IDEMPIERE-457 Tab Editor (to ease positioning of fields)
INSERT INTO AD_Message (MsgType,MsgText,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Client_ID,AD_Org_ID,Created) VALUES ('I','Non Visible Fields',200114,'D','1e160a14-8b90-45c1-8a12-db2f9531add2','NonVisibleFields','Y',TO_TIMESTAMP('2012-11-12 18:04:14','YYYY-MM-DD HH24:MI:SS'),100,100,0,0,TO_TIMESTAMP('2012-11-12 18:04:14','YYYY-MM-DD HH24:MI:SS'))
;
-- Nov 12, 2012 6:04:15 PM COT
-- IDEMPIERE-457 Tab Editor (to ease positioning of fields)
INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy,AD_Message_Trl_UU ) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy,Generate_UUID() FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=200114 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID)
;
SELECT register_migration_script('201211121807_IDEMPIERE-457.sql') FROM dual
;

View File

@ -39,6 +39,7 @@ public class SystemIDs
public final static int COLUMN_S_RESOURCE_S_RESOURCETYPE_ID = 6851;
public final static int COLUMN_S_RESOURCEASSIGNMENT_S_RESOURCE_ID = 6826;
public final static int COLUMN_WIZARDSTATUS = 200310;
public final static int COLUMN_AD_FIELD_AD_FIELDGROUP_ID = 5375;
public final static int COUNTRY_US = 100;
public final static int COUNTRY_JAPAN = 216;
@ -150,6 +151,8 @@ public class SystemIDs
public final static int WINDOW_WAREHOUSE_LOCATOR = 139;
public final static int WINDOW_WINDOW_TAB_FIELD = 102;
public final static int TAB_TAB = 106;
public final static int SYSCONFIG_USER_HASH_PASSWORD = 200013;
public final static int SYSCONFIG_SYSTEM_NATIVE_SEQUENCE = 50016;

View File

@ -0,0 +1,818 @@
/******************************************************************************
* Copyright (C) 2012 Trek Global *
* Product: iDempiere ERP & CRM Smart Business Solution *
* This program is free software; you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published *
* by the Free Software Foundation. This program is distributed in the hope *
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* See the GNU General Public License for more details. *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, write to the Free Software Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
*****************************************************************************/
package org.adempiere.webui.apps.form;
import static org.compiere.model.SystemIDs.COLUMN_AD_FIELD_AD_FIELDGROUP_ID;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import java.util.logging.Level;
import org.adempiere.webui.LayoutUtils;
import org.adempiere.webui.component.Column;
import org.adempiere.webui.component.ConfirmPanel;
import org.adempiere.webui.component.EditorBox;
import org.adempiere.webui.component.Grid;
import org.adempiere.webui.component.Group;
import org.adempiere.webui.component.Label;
import org.adempiere.webui.component.ListHead;
import org.adempiere.webui.component.ListHeader;
import org.adempiere.webui.component.ListItem;
import org.adempiere.webui.component.Listbox;
import org.adempiere.webui.component.Row;
import org.adempiere.webui.component.Rows;
import org.adempiere.webui.editor.WEditor;
import org.adempiere.webui.editor.WImageEditor;
import org.adempiere.webui.editor.WNumberEditor;
import org.adempiere.webui.editor.WStringEditor;
import org.adempiere.webui.editor.WTableDirEditor;
import org.adempiere.webui.editor.WYesNoEditor;
import org.adempiere.webui.editor.WebEditorFactory;
import org.adempiere.webui.event.ValueChangeEvent;
import org.adempiere.webui.event.ValueChangeListener;
import org.adempiere.webui.panel.ADForm;
import org.adempiere.webui.panel.IFormController;
import org.adempiere.webui.panel.WTabEditorForm;
import org.adempiere.webui.session.SessionManager;
import org.compiere.apps.form.TabEditor;
import org.compiere.model.GridField;
import org.compiere.model.MField;
import org.compiere.model.MLookup;
import org.compiere.model.MLookupFactory;
import org.compiere.model.X_AD_FieldGroup;
import org.compiere.util.DB;
import org.compiere.util.DisplayType;
import org.compiere.util.Env;
import org.compiere.util.KeyNamePair;
import org.compiere.util.Msg;
import org.compiere.util.Util;
import org.zkoss.zk.ui.Component;
import org.zkoss.zk.ui.event.DropEvent;
import org.zkoss.zk.ui.event.Event;
import org.zkoss.zk.ui.event.EventListener;
import org.zkoss.zk.ui.event.Events;
import org.zkoss.zk.ui.event.MouseEvent;
import org.zkoss.zul.Borderlayout;
import org.zkoss.zul.Cell;
import org.zkoss.zul.Center;
import org.zkoss.zul.Columns;
import org.zkoss.zul.Div;
import org.zkoss.zul.East;
import org.zkoss.zul.Listitem;
import org.zkoss.zul.Separator;
import org.zkoss.zul.Space;
import org.zkoss.zul.Vlayout;
import org.zkoss.zul.West;
/**
*
* @author Juan David Arboleda
* @author Carlos Ruiz
*
*/
public class WTabEditor extends TabEditor implements IFormController, EventListener, ValueChangeListener
{
// TODO: create messages Property, VisibleFields, NonVisibleField
private WTabEditorForm tabform =null;
private Borderlayout mainLayout = new Borderlayout();
/** Window No */
public int m_WindowNo = 0;
private Label displayedLabel = new Label();
private Label nodisplayedLabel = new Label();
private ConfirmPanel confirmPanel = new ConfirmPanel(true);
WEditor editorName = null;
WEditor editorAD_FieldGroup_ID = null;
WEditor editorIsDisplayed = null;
WEditor editorSeqNo = null;
WEditor editorXPosition = null;
WEditor editorColumnSpan = null;
WEditor editorNumLines = null;
private Listbox visible = new Listbox();
private Listbox invisible = new Listbox();
// The grid components
Group currentGroup;
ArrayList<Row> rowList;
Map<Cell, GridField> mapCellField = new HashMap<Cell, GridField>();
Map<Cell, Integer> mapEmptyCellField = new HashMap<Cell, Integer>();
Grid form;
Vlayout centerVLayout;
Vlayout westVLayout ;
public WTabEditor()
{
tabform = new WTabEditorForm(this);
}
public void initForm() {
try
{
initMFields(tabform.getWindowNo(), tabform.getProcessInfo().getRecord_ID());
dynList();
jbInit();
LayoutUtils.sendDeferLayoutEvent(mainLayout, 100);
}
catch (Exception ex)
{
log.log(Level.SEVERE, "WTabEditor.preInit", ex);
}
}
/**
* Initialize List of visible and non visible Fields
*/
private void dynList()
{
visible.addEventListener(Events.ON_SELECT, this);
visible.setVflex("70");
visible.setItemDraggable(true);
visible.setDroppable("true");
visible.addOnDropListener(this);
invisible.addEventListener(Events.ON_SELECT, this);
invisible.setVflex("30");
invisible.setItemDraggable(true);
invisible.setDroppable("true");
invisible.addOnDropListener(this);
updateLists(null);
} // dynList
/**
* Initialize Tab panel editor
* Same createUI algorithm used on ADTabPanel
*/
private void createUI() {
mapCellField.clear();
mapEmptyCellField.clear();
currentGroup = null;
rowList = null;
form = new Grid();
form.makeNoStrip();
form.setHflex("1");
form.setHeight(null);
form.setVflex(false);
int numCols = getMaxColumns(getMTab().getAD_Tab_ID());
if (numCols <= 0) {
numCols=4;
}
// set size in percentage per column leaving a MARGIN on right
Columns columns = new Columns();
form.appendChild(columns);
String numColsS=String.valueOf(numCols);
int equalWidth = 98 / numCols;
for (int h=0;h<numCols;h++){
Column col = new Column();
col.setWidth(equalWidth + "%");
columns.appendChild(col);
}
Rows rows = form.newRows();
Row row = new Row();
int actualxpos = 0;
String currentFieldGroup = null;
for (GridField gridField : getGridFields())
{
MField field = getMField(gridField.getAD_Field_ID());
if (!gridField.isDisplayed())
continue;
if (gridField.isToolbarButton()) {
continue;
}
// field group
String fieldGroup = gridField.getFieldGroup();
if (!Util.isEmpty(fieldGroup) && !fieldGroup.equals(currentFieldGroup)) // group changed
{
currentFieldGroup = fieldGroup;
if (numCols - actualxpos + 1 > 0) {
row.appendCellChild(createSpacer(), numCols - actualxpos + 1);
setLastCellProps(row.getLastCell(), actualxpos, field.getSeqNo());
}
row.setGroup(currentGroup);
rows.appendChild(row);
if (rowList != null)
rowList.add(row);
rowList = new ArrayList<Row>();
if (X_AD_FieldGroup.FIELDGROUPTYPE_Label.equals(gridField.getFieldGroupType()))
{
row = new Row();
Label groupLabel = new Label(fieldGroup);
row.appendCellChild(groupLabel, numCols);
rows.appendChild(row);
row = new Row();
Separator separator = new Separator();
separator.setBar(true);
row.appendCellChild(separator, numCols);
rows.appendChild(row);
currentGroup = null;
}
else
{
Group rowg = new Group(fieldGroup);
rowg.setSpans(numColsS);
if (X_AD_FieldGroup.FIELDGROUPTYPE_Tab.equals(gridField.getFieldGroupType()) || gridField.getIsCollapsedByDefault())
{
rowg.setOpen(false);
}
currentGroup = rowg;
rows.appendChild(rowg);
}
row = new Row();
actualxpos = 0;
}
//normal field
if (gridField.getXPosition() <= actualxpos) {
// Fill right part of the row with spacers until number of columns
if (numCols - actualxpos + 1 > 0) {
row.appendCellChild(createSpacer(), numCols - actualxpos + 1);
setLastCellProps(row.getLastCell(), actualxpos, field.getSeqNo());
}
row.setGroup(currentGroup);
rows.appendChild(row);
if (rowList != null)
rowList.add(row);
row=new Row();
actualxpos = 0;
}
// Fill left part of the field
if (gridField.getXPosition()-1 - actualxpos > 0) {
row.appendCellChild(createSpacer(), gridField.getXPosition()-1 - actualxpos);
setLastCellProps(row.getLastCell(), actualxpos, field.getSeqNo());
}
boolean paintLabel = ! (gridField.getDisplayType() == DisplayType.Button || gridField.getDisplayType() == DisplayType.YesNo || gridField.isFieldOnly());
if (gridField.isHeading())
actualxpos = gridField.getXPosition();
else
actualxpos = gridField.getXPosition() + gridField.getColumnSpan()-1 + (paintLabel ? 1 : 0);
if (! gridField.isHeading()) {
WEditor editor = WebEditorFactory.getEditor(null, gridField, false);
if (editor != null) // Not heading
{
editor.setReadWrite(true);
if (editor.getComponent() instanceof EditorBox) {
// disable button on URL editor
EditorBox editorbox = (EditorBox) editor.getComponent();
editorbox.getButton().setDisabled(true);
} else if (editor instanceof WImageEditor) {
// disable button on Image editor
editor.setReadWrite(false);
}
if (paintLabel) {
Div div = new Div();
div.setAlign("right");
Label label = editor.getLabel();
div.appendChild(label);
if (label.getDecorator() != null)
div.appendChild(label.getDecorator());
row.appendCellChild(div,1);
setLastCellProps(row.getLastCell(), gridField);
}
row.appendCellChild(editor.getComponent(), gridField.getColumnSpan());
setLastCellProps(row.getLastCell(), gridField);
//stretch component to fill grid cell
editor.fillHorizontal();
}
}
else // just heading
{
//display just a label if we are "heading only"
Label label = new Label(gridField.getHeader());
Div div = new Div();
div.setAlign("center");
row.appendCellChild(createSpacer());
div.appendChild(label);
row.appendCellChild(div);
setLastCellProps(row.getLastCell(), gridField);
}
}
if (numCols - actualxpos + 1 > 0)
row.appendCellChild(createSpacer(), numCols - actualxpos + 1);
row.setGroup(currentGroup);
rows.appendChild(row);
if (rowList != null)
rowList.add(row);
}
private void setLastCellProps(Cell lastCell, GridField field) {
lastCell.setDraggable("true");
lastCell.setDroppable("true");
lastCell.addEventListener(Events.ON_DROP, this);
lastCell.addEventListener(Events.ON_CLICK, this);
lastCell.addEventListener(Events.ON_DOUBLE_CLICK, this);
mapCellField.put(lastCell, field);
}
private void setLastCellProps(Cell lastCell, int actualxpos, int seqNo) {
lastCell.setDroppable("true");
lastCell.addEventListener(Events.ON_DROP, this);
int value = (actualxpos+1) * 10000000 + seqNo;
mapEmptyCellField.put(lastCell, value);
}
private Component createSpacer() {
return new Space();
}
private int getMaxColumns(int ad_Tab_ID) {
int col=0;
String sql="SELECT MAX(f.XPosition+f.ColumnSpan-case when f.isfieldonly='Y' OR c.ad_reference_id in (20/*yesno*/,28/*button*/) then 1 else 0 end)"
+" FROM AD_Field f JOIN AD_Column c ON (f.AD_Column_ID=c.AD_Column_ID)"
+" WHERE f.isdisplayed='Y' AND f.isactive='Y' AND c.isactive='Y' AND f.AD_Tab_ID=?";
col = DB.getSQLValue(null, sql, ad_Tab_ID);
return col;
}
/**
* Initialize Grid of Field's Properties
* return @Grid
*/
private Grid createPropertiesGrid()
{
Grid gridView = new Grid();
//
Columns columns = new Columns();
gridView.appendChild(columns);
//
Column column = new Column();
columns.appendChild(column);
column.setLabel(Msg.getMsg(Env.getCtx(), "Property"));
column.setWidth("30%");
column.setAlign("right");
column = new Column();
columns.appendChild(column);
column.setWidth("70%");
Rows rows = new Rows();
gridView.appendChild(rows);
Row row = null;
row = new Row();
Label labelName = new Label(Msg.getElement(Env.getCtx(), MField.COLUMNNAME_Name));
editorName = new WStringEditor(MField.COLUMNNAME_Name, false, true, false, 0, 0, null, null);
((WStringEditor) editorName).getComponent().setCols(30);
row.appendChild(labelName.rightAlign());
row.appendChild(editorName.getComponent());
// editorName.addValueChangeListener(this);
rows.appendChild(row);
row = new Row();
Label labelIsDisplayed = new Label(Msg.getElement(Env.getCtx(), MField.COLUMNNAME_IsDisplayed));
editorIsDisplayed = new WYesNoEditor(MField.COLUMNNAME_IsDisplayed, "", labelIsDisplayed.getValue(), false, true, false);
row.appendChild(labelIsDisplayed.rightAlign());
row.appendChild(editorIsDisplayed.getComponent());
// editorIsDisplayed.addValueChangeListener(this);
rows.appendChild(row);
row = new Row();
Label labelSeqNo = new Label(Msg.getElement(Env.getCtx(), MField.COLUMNNAME_SeqNo));
editorSeqNo = new WNumberEditor(MField.COLUMNNAME_SeqNo, false, true, false, DisplayType.Integer, labelSeqNo.getValue());
row.appendChild(labelSeqNo.rightAlign());
row.appendChild(editorSeqNo.getComponent());
// editorSeqNo.addValueChangeListener(this);
rows.appendChild(row);
row = new Row();
Label labelAD_FieldGroup_ID = new Label(Msg.getElement(Env.getCtx(), MField.COLUMNNAME_AD_FieldGroup_ID));
MLookup lookup = MLookupFactory.get (Env.getCtx(), tabform.getWindowNo(), 0, COLUMN_AD_FIELD_AD_FIELDGROUP_ID, DisplayType.TableDir);
editorAD_FieldGroup_ID = new WTableDirEditor(MField.COLUMNNAME_AD_FieldGroup_ID, false, false, true, lookup);
row.appendChild(labelAD_FieldGroup_ID.rightAlign());
row.appendChild(editorAD_FieldGroup_ID.getComponent());
editorAD_FieldGroup_ID.addValueChangeListener(this);
rows.appendChild(row);
row = new Row();
Label labelXPosition = new Label(Msg.getElement(Env.getCtx(), MField.COLUMNNAME_XPosition));
editorXPosition = new WNumberEditor(MField.COLUMNNAME_XPosition, true, false, true, DisplayType.Integer, labelXPosition.getValue());
row.appendChild(labelXPosition.rightAlign());
row.appendChild(editorXPosition.getComponent());
editorXPosition.addValueChangeListener(this);
rows.appendChild(row);
row = new Row();
Label labelColumnSpan = new Label(Msg.getElement(Env.getCtx(), MField.COLUMNNAME_ColumnSpan));
editorColumnSpan = new WNumberEditor(MField.COLUMNNAME_ColumnSpan, true, false, true, DisplayType.Integer, labelColumnSpan.getValue());
row.appendChild(labelColumnSpan.rightAlign());
row.appendChild(editorColumnSpan.getComponent());
editorColumnSpan.addValueChangeListener(this);
rows.appendChild(row);
row = new Row();
Label labelNumLines = new Label(Msg.getElement(Env.getCtx(), MField.COLUMNNAME_NumLines));
editorNumLines = new WNumberEditor(MField.COLUMNNAME_NumLines, true, false, true, DisplayType.Integer, labelNumLines.getValue());
row.appendChild(labelNumLines.rightAlign());
row.appendChild(editorNumLines.getComponent());
editorNumLines.addValueChangeListener(this);
rows.appendChild(row);
return gridView;
}
/**
* Static init
* @throws Exception
*/
private void jbInit() throws Exception
{
tabform.setSizable(true);
tabform.setClosable(true);
tabform.setMaximizable(true);
tabform.setWidth("95%");
tabform.setHeight("95%");
tabform.appendChild (mainLayout);
tabform.setBorder("normal");
confirmPanel.addActionListener(Events.ON_CLICK, this);
Grid propGrid = createPropertiesGrid();
Vlayout eastVLayout = new Vlayout();
eastVLayout.appendChild(propGrid);
Separator esep = new Separator("horizontal");
esep.setSpacing("10px");
eastVLayout.appendChild(esep);
eastVLayout.appendChild(confirmPanel);
East east = new East();
mainLayout.appendChild(east);
east.appendChild(eastVLayout);
east.setWidth("320px");
ListHead visibleHead = new ListHead();
visibleHead.setParent(visible);
ListHeader visibleHeader = new ListHeader();
displayedLabel.setText(Msg.getMsg(Env.getCtx(), "VisibleFields"));
visibleHeader.appendChild(displayedLabel);
visibleHeader.setParent(visibleHead);
ListHead invisibleHead = new ListHead();
invisibleHead.setParent(invisible);
ListHeader invisibleHeader = new ListHeader();
nodisplayedLabel.setText(Msg.getMsg(Env.getCtx(), "NonVisibleFields"));
invisibleHeader.appendChild(nodisplayedLabel);
invisibleHeader.setParent(invisibleHead);
westVLayout = new Vlayout();
westVLayout.setHeight("100%");
westVLayout.appendChild(visible);
Separator wsep = new Separator("horizontal");
westVLayout.appendChild(wsep);
westVLayout.appendChild(invisible);
createUI();
centerVLayout = new Vlayout();
centerVLayout.setHeight("100%");
centerVLayout.appendChild(form);
centerVLayout.setStyle("overflow:auto");
Center center = new Center();
mainLayout.appendChild(center);
center.appendChild(centerVLayout);
West west = new West();
mainLayout.appendChild(west);
west.appendChild(westVLayout);
west.setCollapsible(true);
west.setSplittable(true);
west.setWidth("200px");
} // jbInit
/**
* Dispose
*/
public void dispose()
{
SessionManager.getAppDesktop().closeActiveWindow();
} // dispose
/**
* Action Listener
* @param e event
*/
public void onEvent (Event e) throws Exception
{
// select an item within the list -- set it active and show the properties
if (Events.ON_SELECT.equals(e.getName()) && e.getTarget() instanceof Listbox) {
Listbox list = (Listbox) e.getTarget();
if (list.getSelectedItem() != null) {
int fieldid = list.getSelectedItem().getValue();
MField field = getMField(fieldid);
if (field != null) {
setActiveMField(field);
setBackgroundField(field);
setProperties(field);
}
}
}
// Check event ONCLICK on a cell -- set it active and show the properties
else if (Events.ON_CLICK.equals(e.getName()) && (e.getTarget() instanceof Cell)) {
GridField gridField = mapCellField.get(e.getTarget());
if (gridField != null) {
MField field = getMField(gridField.getAD_Field_ID());
if (field != null) {
setActiveMField(field);
setBackgroundField(field);
setProperties(field);
}
// select the field on the visible list and set focus
for (Listitem item : visible.getItems()) {
if (field.getAD_Field_ID() == (Integer) item.getValue()) {
visible.setSelectedItem(item);
}
}
}
}
else if (Events.ON_DOUBLE_CLICK.equals(e.getName()) && (e.getTarget() instanceof Cell)) {
MouseEvent me = (MouseEvent) e;
// by default expand column span by 1 on double click
int mult = 1;
if ((me.getKeys() & MouseEvent.CTRL_KEY) > 0) {
// control key pressed - shrink
mult = -1;
}
GridField gridField = mapCellField.get(e.getTarget());
if (gridField != null) {
MField field = getMField(gridField.getAD_Field_ID());
if (mult == -1 && field.getColumnSpan() <= 1) {
// shrinking when colspan = 1 is not valid
} else {
field.setColumnSpan(field.getColumnSpan()+mult);
}
setProperties(field);
resortArrays();
setProperties(field); // seqno could change
updateLists(field);
repaintGrid();
if (field != null) {
setActiveMField(field);
setBackgroundField(field);
setProperties(field);
}
// select the field on the visible list and set focus
for (Listitem item : visible.getItems()) {
if (field.getAD_Field_ID() == (Integer) item.getValue()) {
visible.setSelectedItem(item);
}
}
}
}
else if (e instanceof DropEvent ) {
DropEvent me = (DropEvent) e;
ListItem startItem = null;
if (me.getDragged() instanceof ListItem) {
startItem = (ListItem) me.getDragged();
} else if (me.getDragged() instanceof Cell) {
startItem = getItemFromCell((Cell) me.getDragged());
}
ListItem endItem = null;
if (me.getTarget() instanceof ListItem) {
endItem = (ListItem) me.getTarget();
} else if (me.getTarget() instanceof Cell) {
endItem = getItemFromCell((Cell) me.getTarget());
if (endItem == null) {
// check empty cells
Integer posseq = mapEmptyCellField.get(me.getTarget());
if (posseq != null) {
int actualxpos = posseq / 10000000;
int seqno = posseq - (actualxpos * 10000000);
MField field = getMField((Integer) startItem.getValue());
field.setSeqNo(seqno-5);
field.setIsDisplayed(true);
field.setXPosition(actualxpos);
setProperties(field);
resortArrays();
setProperties(field); // seqno could change
updateLists(field);
repaintGrid();
setActiveMField(field);
setBackgroundField(field);
return;
}
}
}
if (startItem.getListbox() == visible && endItem.getListbox() == invisible)
{
// item moved from visible to invisible
MField field = getMField((Integer) startItem.getValue());
setActiveMField(field);
setBackgroundField(field);
field.setSeqNo(0);
field.setIsDisplayed(false);
field.setXPosition(1);
setProperties(field);
resortArrays();
setProperties(field); // seqno could change
updateLists(field);
repaintGrid();
}
else if (startItem.getListbox() == invisible && endItem.getListbox() == visible)
{
// item moved from invisible to visible
MField field = getMField((Integer) startItem.getValue());
MField fieldTo = getMField((Integer) endItem.getValue());
field.setSeqNo(fieldTo.getSeqNo()-5);
field.setIsDisplayed(true);
field.setXPosition(fieldTo.getXPosition());
setProperties(field);
resortArrays();
setProperties(field); // seqno could change
updateLists(field);
repaintGrid();
setActiveMField(field);
setBackgroundField(field);
}
else if (startItem.getListbox() == visible && endItem.getListbox() == visible)
{
// item moved from visible to visible - reorder
MField field = getMField((Integer) startItem.getValue());
MField fieldTo = getMField((Integer) endItem.getValue());
field.setSeqNo(fieldTo.getSeqNo()-5);
field.setIsDisplayed(true);
field.setXPosition(fieldTo.getXPosition());
setProperties(field);
resortArrays();
setProperties(field); // seqno could change
updateLists(field);
repaintGrid();
setActiveMField(field);
setBackgroundField(field);
}
}
else if (e.getTarget().getId().equals("Cancel"))
{
tabform.detach();
}
// OK - Save
else if (e.getTarget().getId().equals("Ok"))
{
if (cmd_save())
tabform.detach();
}
} // actionPerformed
private ListItem getItemFromCell(Cell cell) {
GridField field = mapCellField.get(cell);
if (field != null) {
for (int idx = 0; idx < visible.getItemCount(); idx++) {
ListItem item = visible.getItemAtIndex(idx);
if (item != null && field.getAD_Field_ID() == (Integer) item.getValue()) {
return item;
}
}
}
return null;
}
private void setBackgroundField(MField field) {
Iterator<Entry<Cell, GridField>> it = mapCellField.entrySet().iterator();
while (it.hasNext()) {
Map.Entry<Cell, GridField> pairs = (Map.Entry<Cell, GridField>)it.next();
Cell cell = pairs.getKey();
GridField gridField = pairs.getValue();
if (gridField.getAD_Field_ID() == field.getAD_Field_ID()) {
cell.setStyle("background-color: #BBC2DB;");
} else {
cell.setStyle("");
}
}
}
private void setProperties(MField field) {
editorName.setValue(field.getName());
editorSeqNo.setValue(field.getSeqNo());
editorIsDisplayed.setValue(field.isDisplayed());
editorAD_FieldGroup_ID.setValue(field.getAD_FieldGroup_ID());
editorXPosition.setValue(field.getXPosition());
editorColumnSpan.setValue(field.getColumnSpan());
editorNumLines.setValue(field.getNumLines());
GridField gridField = getGridField(field);
String fieldGroup = "";
String fieldGroupType = "";
if (field.getAD_FieldGroup() != null) {
fieldGroup = field.getAD_FieldGroup().getName();
fieldGroupType = field.getAD_FieldGroup().getFieldGroupType();
}
gridField.getVO().IsDisplayed = field.isDisplayed();
gridField.getVO().FieldGroup = fieldGroup;
gridField.getVO().FieldGroupType = fieldGroupType;
gridField.getVO().XPosition = field.getXPosition();
gridField.getVO().ColumnSpan = field.getColumnSpan();
gridField.getVO().NumLines = field.getNumLines();
}
public ADForm getForm()
{
return tabform;
}
private void updateLists(MField focusField){
visible.removeAllItems();
invisible.removeAllItems();
for(MField field : getMFields())
{
if (!field.isActive())
continue;
KeyNamePair pair = new KeyNamePair(field.getAD_Field_ID(), field.getName());
if (field.isDisplayed()) {
visible.addItem(pair);
if (field == focusField)
visible.setSelectedKeyNamePair(pair);
} else {
invisible.addItem(pair);
if (field == focusField)
invisible.setSelectedKeyNamePair(pair);
}
}
}
@Override
public void valueChange(ValueChangeEvent e) {
// changed a value on the properties editors
MField field = getActiveMField();
if (field != null) {
String propertyName = e.getPropertyName();
int intvalue = 0;
if (e.getNewValue() != null)
intvalue = (Integer) e.getNewValue();
if (MField.COLUMNNAME_AD_FieldGroup_ID.equals(propertyName)) {
field.setAD_FieldGroup_ID(intvalue);
} else if (MField.COLUMNNAME_XPosition.equals(propertyName)) {
field.setXPosition(intvalue);
} else if (MField.COLUMNNAME_ColumnSpan.equals(propertyName)) {
field.setColumnSpan(intvalue);
} else if (MField.COLUMNNAME_NumLines.equals(propertyName)) {
field.setNumLines(intvalue);
}
setProperties(field);
repaintGrid();
}
}
private void repaintGrid() {
centerVLayout.removeChild(form);
if (form.getRows() != null)
form.removeChild(form.getRows());
createUI();
centerVLayout.appendChild(form);
}
} // WTabEditor

View File

@ -33,6 +33,8 @@ public class Row extends org.zkoss.zul.Row
*/
private static final long serialVersionUID = -5813452501151101553L;
private Cell m_lastCell;
public boolean appendCellChild(Component child) {
return this.appendCellChild(child, 1);
}
@ -42,6 +44,7 @@ public class Row extends org.zkoss.zul.Row
cell.setColspan(colspan);
cell.setRowspan(1);
cell.appendChild(child);
m_lastCell = cell;
return super.appendChild(cell);
}
@ -57,4 +60,8 @@ public class Row extends org.zkoss.zul.Row
m_group.add(this);
}
public Cell getLastCell() {
return m_lastCell;
}
}

View File

@ -0,0 +1,49 @@
/******************************************************************************
* Copyright (C) 2012 Trek Global *
* Product: iDempiere ERP & CRM Smart Business Solution *
* This program is free software; you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published *
* by the Free Software Foundation. This program is distributed in the hope *
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* See the GNU General Public License for more details. *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, write to the Free Software Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
*****************************************************************************/
package org.adempiere.webui.panel;
import org.adempiere.webui.apps.form.WTabEditor;
public class WTabEditorForm extends ADForm
{
/**
*
*/
private static final long serialVersionUID = -2533099650671242190L;
private WTabEditor te;
public WTabEditorForm(WTabEditor wTabEditor) {
te = wTabEditor;
}
@Override
public Mode getWindowMode() {
return Mode.HIGHLIGHTED;
}
@Override
public boolean setVisible(boolean visible) {
boolean ok = super.setVisible(visible);
if (visible && getProcessInfo() != null)
te.initForm();
return ok;
}
@Override
protected void initForm() {
}
}

View File

@ -0,0 +1,154 @@
/******************************************************************************
* Copyright (C) 2012 Trek Global *
* Product: iDempiere ERP & CRM Smart Business Solution *
* This program is free software; you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published *
* by the Free Software Foundation. This program is distributed in the hope *
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* See the GNU General Public License for more details. *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, write to the Free Software Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
*****************************************************************************/
package org.compiere.apps.form;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import org.compiere.model.GridField;
import org.compiere.model.MField;
import org.compiere.model.MTab;
import org.compiere.util.CLogger;
import org.compiere.util.Env;
/**
*
* @author Juan David Arboleda
* @author Carlos Ruiz
*
*/
public class TabEditor
{
public MTab m_tab;
/** Logger */
public static CLogger log = CLogger.getCLogger(TabEditor.class);
private List<MField> fields = new ArrayList<MField>();
private MField m_activeField;
private List<GridField> gridFields = new ArrayList<GridField>();
public List<GridField> getGridFields() {
return gridFields;
}
public MTab getMTab() {
return m_tab;
}
public List<MField> getMFields() {
return fields;
}
protected void initMFields(int windowNo, int tabid) {
m_tab = new MTab(Env.getCtx(), tabid, null);
GridField[] l_gridFields = GridField.createFields(Env.getCtx(), windowNo, 0, tabid);
for (GridField gridField : l_gridFields) {
gridFields.add(gridField);
MField field = new MField(Env.getCtx(), gridField.getAD_Field_ID(), null);
fields.add(field);
gridField.getVO().IsReadOnly = true;
gridField.getVO().IsMandatory = false;
gridField.getVO().IsUpdateable = false;
gridField.getVO().IsAlwaysUpdateable = false;
}
resortArrays();
}
public boolean cmd_save() {
for (MField field : fields) {
if (field.isActive())
field.saveEx();
}
return true;
}
protected MField getMField(int fieldid) {
for (MField field : fields) {
if (field.getAD_Field_ID() == fieldid) {
return field;
}
}
return null;
}
protected GridField getGridField(MField field) {
for (GridField gridfield : gridFields) {
if (gridfield.getAD_Field_ID() == field.getAD_Field_ID()) {
return gridfield;
}
}
return null;
}
public MField getActiveMField() {
return m_activeField;
}
protected void setActiveMField(MField field) {
m_activeField = field;
}
protected void resortArrays() {
Collections.sort(fields, new Comparator<MField>() {
@Override
public int compare(MField field1, MField field2) {
String compare1 = String.format("%s%10d%s",
(field1.isDisplayed() ? "0" : "1"),
(field1.isDisplayed() ? field1.getSeqNo() : 0),
field1.getName());
String compare2 = String.format("%s%10d%s",
(field2.isDisplayed() ? "0" : "1"),
(field2.isDisplayed() ? field2.getSeqNo() : 0),
field2.getName());
return compare1.compareTo(compare2);
}
});
int seq = 10;
for (MField field : fields) {
if (field.isDisplayed()) {
field.setSeqNo(seq);
seq = seq + 10;
} else {
field.setSeqNo(0);
}
}
Collections.sort(gridFields, new Comparator<GridField>() {
@Override
public int compare(GridField f1, GridField f2) {
MField field1 = getMField(f1.getAD_Field_ID());
MField field2 = getMField(f2.getAD_Field_ID());
String compare1 = String.format("%s%10d%s",
(field1.isDisplayed() ? "0" : "1"),
(field1.isDisplayed() ? field1.getSeqNo() : 0),
field1.getName());
String compare2 = String.format("%s%10d%s",
(field2.isDisplayed() ? "0" : "1"),
(field2.isDisplayed() ? field2.getSeqNo() : 0),
field2.getName());
return compare1.compareTo(compare2);
}
});
}
} // TabEditor