Merhaba,
LPT de 2.72 ye versiyon güncellemesi yapmaya çalışıyorum.
ProjectUtil Class ında bulunan aşağıdaki metotta java.util.ArrayList cannot be cast to com.lbs.data.objects.CustomBusinessObjects hatası alıyorum .
Yardımcı olabilir misiniz?
public static void insertNewLineToGrid(JLbsXUIEventBase event, JLbsObjectListGrid objGrid, String lineCBOName){try{CustomBusinessObjects lines = (CustomBusinessObjects) objGrid.getObjects();System.out.println("** objGrid.getObjects():" + objGrid.getObjects().getClass());insertNewLine(event, lines, lineCBOName);objGrid.rowListChanged();}catch (Exception e){e.printStackTrace();}}
Cevap vermek için giriş yapmanız gerekmektedir.
Soru sormak için lütfen oturum açınız.
Logosphere kullanıcı ve parolası ile giriş yapabilirsiniz.
Insert new Line
28/05/20 12:32   j-Platform/LPT DiğerMerhaba,
LPT de 2.72 ye versiyon güncellemesi yapmaya çalışıyorum.
ProjectUtil Class ında bulunan aşağıdaki metotta java.util.ArrayList cannot be cast to com.lbs.data.objects.CustomBusinessObjects hatası alıyorum .
Yardımcı olabilir misiniz?
public static void insertNewLineToGrid(JLbsXUIEventBase event, JLbsObjectListGrid objGrid, String lineCBOName)
{
try
{
CustomBusinessObjects lines = (CustomBusinessObjects) objGrid.getObjects();
System.out.println("** objGrid.getObjects():" + objGrid.getObjects().getClass());
insertNewLine(event, lines, lineCBOName);
objGrid.rowListChanged();
}
catch (Exception e)
{
e.printStackTrace();
}
}
LPT