| | |
| | | import com.hdl.photovoltaic.config.UserConfigManage; |
| | | import com.hdl.photovoltaic.databinding.ActivityHouseListEditBinding; |
| | | import com.hdl.photovoltaic.enums.HomepageTitleTabSwitch; |
| | | import com.hdl.photovoltaic.enums.MessageStateType; |
| | | import com.hdl.photovoltaic.enums.ShowErrorMode; |
| | | import com.hdl.photovoltaic.listener.CloudCallBeak; |
| | | import com.hdl.photovoltaic.listener.LinkCallBack; |
| | | import com.hdl.photovoltaic.other.HdlCommonLogic; |
| | | import com.hdl.photovoltaic.other.HdlDeviceLogic; |
| | | import com.hdl.photovoltaic.other.HdlLogLogic; |
| | | import com.hdl.photovoltaic.other.HdlResidenceLogic; |
| | | import com.hdl.photovoltaic.other.HdlThreadLogic; |
| | | import com.hdl.photovoltaic.ui.bean.CloudInverterDeviceBean; |
| | |
| | | import com.hdl.sdk.link.core.bean.gateway.GatewayBean; |
| | | |
| | | import org.greenrobot.eventbus.EventBus; |
| | | import org.greenrobot.eventbus.Subscribe; |
| | | import org.greenrobot.eventbus.ThreadMode; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | |
| | | } |
| | | }); |
| | | |
| | | //电站移动位置按钮 |
| | | //电站删除位置按钮 |
| | | houseListAdapter.setDelOnclickListener(new HouseListAdapter.OnDelClickListener() { |
| | | @Override |
| | | public void onDelClick(int position, HouseIdBean houseIdBean) { |
| | |
| | | houseListAdapter.setList(this.houseListBeanIDList); |
| | | this.nullDataUpdateUi(houseListBeanIDList); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 删除电站,逆变器 |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 没有电站列表的样式 |
| | | */ |